From 0890cbc73fea226e76c7a4f3168366612afb25ae Mon Sep 17 00:00:00 2001 From: bitzoic Date: Thu, 3 Jul 2025 19:19:12 +0200 Subject: [PATCH 1/6] Add src17 to publish and update latest forc --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/publish-standards.yaml | 5 +++-- standards/src17/Forc.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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/standards/src17/Forc.toml b/standards/src17/Forc.toml index 5122397..1f5f563 100644 --- a/standards/src17/Forc.toml +++ b/standards/src17/Forc.toml @@ -13,4 +13,4 @@ categories = ["Standards", "Authentication", "Metadata"] keywords = ["standard", "library"] [dependencies] -merkle = { git = "https://github.com/FuelLabs/sway-libs/", branch = "master" } +ownership = "0.26.0" \ No newline at end of file From c1f689e0335dd4d13df426af5fd9853c5951e56d Mon Sep 17 00:00:00 2001 From: bitzoic Date: Thu, 3 Jul 2025 19:19:32 +0200 Subject: [PATCH 2/6] Update README and docs --- README.md | 6 +++--- docs/src/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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`.