Skip to content

Commit

Permalink
chore: update github CI toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbds committed Jun 21, 2023
1 parent 18bfb0b commit 33abec1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "00 00 * * 1"

env:
CI_RUST_TOOLCHAIN: 1.67.1
CI_RUST_TOOLCHAIN: 1.70.0

jobs:
becnmark:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [master]

env:
CI_RUST_TOOLCHAIN: 1.67.1
CI_RUST_TOOLCHAIN: 1.70.0

jobs:
outdated:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [master]

env:
CI_RUST_TOOLCHAIN: 1.67.1
CI_RUST_TOOLCHAIN: 1.70.0

jobs:
coverage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: {}

env:
CI_RUST_TOOLCHAIN: 1.67.1
CI_RUST_TOOLCHAIN: 1.70.0

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*"

env:
CI_RUST_TOOLCHAIN: 1.67.1
CI_RUST_TOOLCHAIN: 1.70.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

env:
CI_RUST_TOOLCHAIN: 1.67.1
CI_RUST_TOOLCHAIN: 1.70.0

jobs:
benchmark:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Check the code format.
cargo fmt --all -- --check
```

**Note**: The current version of the Rust toolchain used for CI is **1.61.0** .
**Note**: The current version of the Rust toolchain used for CI is **1.70.0** .
Please use this version to run the above command, otherwise you may get
different results with CI.

Expand Down

0 comments on commit 33abec1

Please sign in to comment.