Skip to content

Commit

Permalink
ci: use rust 1.71 in ci (#475)
Browse files Browse the repository at this point in the history
* fix: use 1.71.0 in CI
  • Loading branch information
kayagokalp authored Aug 16, 2023
1 parent fff9083 commit 8c7a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-toolchain-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string

env:
RUST_VERSION: 1.68.2
RUST_VERSION: 1.71.0
NIGHTLY_RUST_VERSION: nightly-2023-02-08
INCOMPATIBLE_DIR: ./incompatible-versions
LATEST_CHANNEL_DIR: ./channel-fuel-latest.toml.d/
Expand Down

0 comments on commit 8c7a034

Please sign in to comment.