From f8f434cb46dd50c9ceef349be9a0b3d4ce1dd6c7 Mon Sep 17 00:00:00 2001 From: bitzoic Date: Mon, 6 Jan 2025 10:49:50 +0100 Subject: [PATCH] Update Rust version to v1.83.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- CHANGELOG.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db7ac16..c194f418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 29d37f03..0b594e78 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 863e344a..c107c137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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