Skip to content

Commit

Permalink
Update to Rust 1.76.0
Browse files Browse the repository at this point in the history
New core will require Rust 1.74.0 so current 1.72.0 will not work.
  • Loading branch information
link2xt committed Mar 4, 2024
1 parent 8a89412 commit 8d36479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
buildInputs = [
android-sdk
pkgs.openjdk17
(pkgs.buildPackages.rust-bin.stable."1.72.0".minimal.override {
(pkgs.buildPackages.rust-bin.stable."1.76.0".minimal.override {
targets = [
"armv7-linux-androideabi"
"aarch64-linux-android"
Expand Down
2 changes: 1 addition & 1 deletion scripts/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.72.0
1.76.0

0 comments on commit 8d36479

Please sign in to comment.