Skip to content

Commit

Permalink
enable cargo sparse protocol (#888)
Browse files Browse the repository at this point in the history
Bump rust version to 1.68.0 for the CI to start using the sparse cargo protocol.
  • Loading branch information
segfault-magnet authored Mar 15, 2023
1 parent 14f4c5f commit 4cbe86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64
RUSTFLAGS: "-D warnings"
FUEL_CORE_VERSION: 0.17.4
RUST_VERSION: 1.67.0
RUST_VERSION: 1.68.0
FORC_VERSION: 0.35.5
FORC_PATCH_BRANCH: ""
FORC_PATCH_REVISION: ""
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuels-rs"
rust-version = "1.67.0"
rust-version = "1.68.0"
version = "0.37.1"

[workspace.dependencies]
Expand Down

0 comments on commit 4cbe86c

Please sign in to comment.