Skip to content

Commit

Permalink
ci: bump nightly rust version to 2023-04-01 (#4825)
Browse files Browse the repository at this point in the history
## Description
Unused dependency check is failing as nightly version that we use for
that step is too old for fuels-program v0.44 dependency which is being
added in a separate PR. (failing PR: #4771)
  • Loading branch information
kayagokalp authored Jul 20, 2023
1 parent 5d27e25 commit 99f4a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
CARGO_TERM_COLOR: always
REGISTRY: ghcr.io
RUST_VERSION: 1.71.0
NIGHTLY_RUST_VERSION: nightly-2023-02-08
NIGHTLY_RUST_VERSION: nightly-2023-04-01

jobs:
build-sway-lib-core:
Expand Down

0 comments on commit 99f4a80

Please sign in to comment.