From 652c64747543357baf57a727a78a0be0d440cb49 Mon Sep 17 00:00:00 2001 From: bitzoic Date: Fri, 15 Sep 2023 11:25:21 +0200 Subject: [PATCH] Update CI to use forc v0.46.0 --- .github/workflows/ci.yaml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69afa10..b9239b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,8 +15,8 @@ concurrency: env: CARGO_TERM_COLOR: always REGISTRY: ghcr.io - RUST_VERSION: 1.68.2 - FORC_VERSION: 0.44.0 + RUST_VERSION: 1.71.1 + FORC_VERSION: 0.46.0 CORE_VERSION: 0.20.3 PATH_TO_SCRIPTS: .github/scripts diff --git a/README.md b/README.md index b97cda8..d89151e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ - - + + @@ -63,7 +63,7 @@ use src_20::SRC20; ``` > **Note** -> All standards currently use `forc v0.44.0`. +> All standards currently use `forc v0.46.0`.