Skip to content

Commit

Permalink
Merge pull request #1082 from Chilledheart/rust_bump_to_1_80_1
Browse files Browse the repository at this point in the history
rust: bump to 1.80.1
  • Loading branch information
Chilledheart authored Sep 5, 2024
2 parents 975718b + 42431be commit 61323f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/build-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd $PWD/..

DEFAULT_TARGET=$(rustc -vV | sed -n 's|host: ||p')

RUST_VER=1.80.0
RUST_VER=1.80.1
CARGO_VER=0.81.0

# https://github.com/Homebrew/homebrew-core/blob/master/Formula/r/rust.rb
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup-android-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ fi

echo "Adding rustup toolchain..."

rustup toolchain install 1.80.0
rustup default 1.80.0
rustup toolchain install 1.80.1
rustup default 1.80.1

echo "Adding rustup toolchain...done"

Expand Down
4 changes: 2 additions & 2 deletions scripts/setup-ios-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fi

echo "Adding rustup toolchain..."

rustup toolchain install 1.80.0
rustup default 1.80.0
rustup toolchain install 1.80.1
rustup default 1.80.1

echo "Adding rustup toolchain...done"

Expand Down

0 comments on commit 61323f5

Please sign in to comment.