diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac33446..15cd3b2 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.68.7 - CORE_VERSION: 0.43.1 + FORC_VERSION: 0.69.0 + CORE_VERSION: 0.44.0 PATH_TO_SCRIPTS: .github/scripts jobs: diff --git a/.github/workflows/publish-standards.yaml b/.github/workflows/publish-standards.yaml index 1d35950..0182c92 100644 --- a/.github/workflows/publish-standards.yaml +++ b/.github/workflows/publish-standards.yaml @@ -14,8 +14,8 @@ env: CARGO_TERM_COLOR: always REGISTRY: ghcr.io RUST_VERSION: 1.84.0 - FORC_VERSION: 0.68.7 - CORE_VERSION: 0.43.2 + FORC_VERSION: 0.69.0 + CORE_VERSION: 0.44.0 jobs: verify-branch: @@ -50,6 +50,7 @@ jobs: "src14", "src15", "src16", + "src17", "src20", ] steps: diff --git a/README.md b/README.md index d783d78..c8ff25b 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ - - + + @@ -184,7 +184,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.68.7`. +> All standards currently use `forc v0.69.0`.