Skip to content

Commit

Permalink
deps: bump Rust to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Nov 28, 2024
1 parent cf67a77 commit f34d4fc
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_apk.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:

env:
FLUTTER_VERSION: "3.24.5"
RUST_VERSION: "1.82.0"
RUST_VERSION: "1.83.0"
APK_BUILD_DIR: "/tmp/build"

jobs:
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:

env:
FLUTTER_VERSION: "3.24.5"
RUST_VERSION: "1.82.0"
RUST_VERSION: "1.83.0"
APK_BUILD_DIR: "/tmp/build"

jobs:
3 changes: 2 additions & 1 deletion app/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
channel = "1.82.0"
channel = "1.83.0"
targets = ["aarch64-linux-android", "armv7-linux-androideabi", "x86_64-linux-android"]

0 comments on commit f34d4fc

Please sign in to comment.