Skip to content

Commit

Permalink
Update Rust version to v1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Jan 6, 2025
1 parent d4fd6e0 commit f8f434c
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -15,7 +15,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
REGISTRY: ghcr.io
RUST_VERSION: 1.80.1
RUST_VERSION: 1.83.0
FORC_VERSION: 0.66.2
CORE_VERSION: 0.40.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- v*

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.83.0
FORC_VERSION: 0.66.2
CORE_VERSION: 0.40.0

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [#306](https://github.com/FuelLabs/sway-libs/pull/306) Updates the SRC-7 naming to Onchain Native Asset Metadata Standard.
- [#308](https://github.com/FuelLabs/sway-libs/pull/308) Removes comments on Cross-Contract Reentrancy vulnerability.
- [#314](https://github.com/FuelLabs/sway-libs/pull/314) Prepares for the v0.24.1 release.
- [#317](https://github.com/FuelLabs/sway-libs/pull/317) Updates the CI rust version to v1.83.0.

### Fixed v0.24.1

Expand Down

0 comments on commit f8f434c

Please sign in to comment.