Skip to content

Commit 9dd17ab

Browse files
authored
Merge pull request #4649 from eval-exec/exec/upgrade-rust-toolchain-to_1.81.0
Upgrade rust-toolchain to 1.81.0
2 parents 5aded0a + 7580cb3 commit 9dd17ab

File tree

76 files changed

+716
-625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+716
-625
lines changed

.cargo/config .cargo/config.toml

File renamed without changes.

.github/workflows/ci_aarch64_build_ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions-rs/toolchain@v1
4646
with:
4747
profile: minimal
48-
toolchain: 1.75.0
48+
toolchain: 1.81.0
4949
- uses: actions/checkout@v3
5050
- run: rustup component add rustfmt
5151
- run: sudo apt-get update && sudo apt-get install libssl-dev pkg-config libclang-dev -y && sudo apt-get install -y gcc-multilib

.github/workflows/ci_benchmarks_ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions-rs/toolchain@v1
5353
with:
5454
profile: minimal
55-
toolchain: 1.75.0
55+
toolchain: 1.81.0
5656
- run: rustup component add rustfmt
5757
- run: rustup component add clippy
5858
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev

.github/workflows/ci_integration_tests_ubuntu.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions-rs/toolchain@v1
5858
with:
5959
profile: minimal
60-
toolchain: 1.75.0
60+
toolchain: 1.81.0
6161
- run: rustup component add rustfmt
6262
- run: rustup component add clippy
6363
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions-rs/toolchain@v1
8787
with:
8888
profile: minimal
89-
toolchain: 1.75.0
89+
toolchain: 1.81.0
9090
- run: rustup component add rustfmt
9191
- run: rustup component add clippy
9292
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev

.github/workflows/ci_linters_ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions-rs/toolchain@v1
5454
with:
5555
profile: minimal
56-
toolchain: 1.75.0
56+
toolchain: 1.81.0
5757
- uses: actions/checkout@v3
5858
- run: rustup component add rustfmt
5959
- run: cargo fmt --all -- --check

.github/workflows/ci_quick_checks_ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions-rs/toolchain@v1
5454
with:
5555
profile: minimal
56-
toolchain: 1.75.0
56+
toolchain: 1.81.0
5757
- run: rustup component add rustfmt
5858
- uses: actions/checkout@v3
5959
- run: cargo fmt --all -- --check

.github/workflows/ci_unit_tests_ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions-rs/toolchain@v1
5454
with:
5555
profile: minimal
56-
toolchain: 1.75.0
56+
toolchain: 1.81.0
5757
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev
5858
- name: Install nextest
5959
uses: taiki-e/install-action@nextest

.github/workflows/package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
8383
path: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
8484
env:
85-
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.75.0
85+
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.81.0
8686
REL_PKG: ${{ matrix.rel_pkg }}
8787

8888
package-for-linux-aarch64:
@@ -167,7 +167,7 @@ jobs:
167167
name: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
168168
path: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
169169
env:
170-
BUILDER_IMAGE: nervos/ckb-docker-builder:centos-7-rust-1.75.0
170+
BUILDER_IMAGE: nervos/ckb-docker-builder:centos-7-rust-1.81.0
171171
REL_PKG: ${{ matrix.rel_pkg }}
172172

173173
package-for-mac:

0 commit comments

Comments
 (0)