From e3ea52ec8e5db5c77c57325a0fe8e181e57cdfc9 Mon Sep 17 00:00:00 2001 From: hal3e Date: Thu, 16 May 2024 10:03:24 +0200 Subject: [PATCH] chore: bump `forc` to `0.58.0` (#1379) --- .github/workflows/ci.yml | 4 ++-- e2e/Forc.toml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a03a0cdc3..e98960dff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ env: FUEL_CORE_VERSION: 0.26.0 FUEL_CORE_PATCH_BRANCH: RUST_VERSION: 1.76.0 - FORC_VERSION: 0.56.0 - FORC_PATCH_BRANCH: "xunilrj/new-encoding-configurables" + FORC_VERSION: 0.58.0 + FORC_PATCH_BRANCH: "" FORC_PATCH_REVISION: "" NEXTEST_HIDE_PROGRESS_BAR: "true" NEXTEST_STATUS_LEVEL: "fail" diff --git a/e2e/Forc.toml b/e2e/Forc.toml index e6b21223f1..785b4a1fad 100644 --- a/e2e/Forc.toml +++ b/e2e/Forc.toml @@ -109,6 +109,3 @@ members = [ 'sway/types/scripts/script_u256', 'sway/types/scripts/script_vectors', ] - -[patch.'https://github.com/fuellabs/sway'] -std = { git = "https://github.com/fuellabs/sway", branch = "xunilrj/new-encoding-configurables" }