Skip to content

Commit

Permalink
ci: bump rust version to 1.70 (FuelLabs#4749)
Browse files Browse the repository at this point in the history
## Description
rust v1.70 is
[released](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html) and
probably most of us are using that version. This PR bumps CI to that
version.
  • Loading branch information
kayagokalp authored Jul 5, 2023
1 parent bbe86da commit 594e09a
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 @@ -15,7 +15,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
REGISTRY: ghcr.io
RUST_VERSION: 1.69.0
RUST_VERSION: 1.70.0
NIGHTLY_RUST_VERSION: nightly-2023-02-08

jobs:
Expand Down

0 comments on commit 594e09a

Please sign in to comment.