Skip to content

Commit

Permalink
Upgrade rust-toolchain to 1.71.1 (#383)
Browse files Browse the repository at this point in the history
* Upgrade rust-toolchain to 1.71.1

* Upgrade rust-toolchain to 1.71.1
  • Loading branch information
mohanson authored Sep 11, 2023
1 parent 899f2c2 commit 4dbe2a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.24.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
rust-version = "1.67.1"
rust-version = "1.71.1"
build = "build.rs"
exclude = ["/benches", "/tests"]
homepage = "https://github.com/nervosnetwork/ckb-vm"
Expand Down
2 changes: 1 addition & 1 deletion definitions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.24.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.71.1"
autobins = false
homepage = "https://github.com/nervosnetwork/ckb-vm"
repository = "https://github.com/nervosnetwork/ckb-vm"
Expand Down
2 changes: 1 addition & 1 deletion devtools/azure/linux-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- script: |
sudo apt install -y build-essential
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.61.0-x86_64-unknown-linux-gnu
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.71.1-x86_64-unknown-linux-gnu
set PATH=$PATH:~/.cargo/bin
rustup install nightly
displayName: Install rust
Expand Down
2 changes: 1 addition & 1 deletion devtools/azure/osx-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.61.0-x86_64-apple-darwin
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.71.1-x86_64-apple-darwin
set PATH=$PATH:~/.cargo/bin
rustup install nightly
displayName: Install rust
Expand Down
2 changes: 1 addition & 1 deletion devtools/azure/windows-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
displayName: Install yasm
- script: |
curl -sSf -o rustup-init.exe https://win.rustup.rs
rustup-init.exe -y --default-toolchain 1.61.0-x86_64-pc-windows-msvc
rustup-init.exe -y --default-toolchain 1.71.1-x86_64-pc-windows-msvc
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
rustup install nightly
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.67.1
1.71.1

0 comments on commit 4dbe2a8

Please sign in to comment.