From 945d266817cadf2ebb55fa3e3bf0f42166e68148 Mon Sep 17 00:00:00 2001 From: bitzoic Date: Wed, 16 Aug 2023 10:50:30 -0400 Subject: [PATCH] Bump repo to forc v0.44 --- .github/workflows/ci.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 692ce74..69afa10 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.68.2 - FORC_VERSION: 0.38.0 - CORE_VERSION: 0.17.11 + FORC_VERSION: 0.44.0 + CORE_VERSION: 0.20.3 PATH_TO_SCRIPTS: .github/scripts jobs: diff --git a/README.md b/README.md index 557d176..160c2e2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ use standard::src_20; > **NOTE** The SRC-20 standard is currently in draft. This cannot be imported until the standard is finalized. You may implement your own abi using the standard in order to prepare for the standard's release. > **Note** -> All standards currently use `forc v0.38.0`. +> All standards currently use `forc v0.44.0`.