From 420fc989da08b683bc57db5fef055e3c50677149 Mon Sep 17 00:00:00 2001 From: bitzoic Date: Thu, 23 Jan 2025 10:25:49 +0100 Subject: [PATCH 1/4] Update to use forc v0.66.6 --- .github/workflows/ci.yaml | 4 ++-- README.md | 6 +++--- docs/src/index.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4087010..35869a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,8 @@ env: CARGO_TERM_COLOR: always REGISTRY: ghcr.io RUST_VERSION: 1.80.1 - FORC_VERSION: 0.63.3 - CORE_VERSION: 0.34.0 + FORC_VERSION: 0.66.6 + CORE_VERSION: 0.40.0 PATH_TO_SCRIPTS: .github/scripts jobs: diff --git a/README.md b/README.md index 57ec3b3..c4940a0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ - - + + @@ -163,7 +163,7 @@ Example of a minimal SRC-14 implementation with no access control. Example of a SRC-14 implementation that also implements [SRC-5](https://docs.fuel.network/docs/sway-standards/src-5-ownership/). > **Note** -> All standards currently use `forc v0.63.3`. +> All standards currently use `forc v0.66.6`.