From fb91ed947479a1180400b72d6335d0a9c851694e Mon Sep 17 00:00:00 2001 From: hal3e Date: Mon, 5 Feb 2024 09:23:22 +0100 Subject: [PATCH] chore: bump `forc` to `0.49.2` --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c37546303a..c8f0eae593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ env: FUEL_CORE_VERSION: 0.22.0 FUEL_CORE_PATCH_BRANCH: RUST_VERSION: 1.74.0 - FORC_VERSION: 0.49.1 + FORC_VERSION: 0.49.2 FORC_PATCH_BRANCH: "" FORC_PATCH_REVISION: "" diff --git a/Cargo.toml b/Cargo.toml index 4ffe6aaaa6..cddfd0bddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ bytes = { version = "1.5.0", default-features = false } chrono = "0.4.31" elliptic-curve = { version = "0.13.8", default-features = false } eth-keystore = "0.5.0" -fuel-abi-types = "0.3.0" +fuel-abi-types = "0.4.0" futures = "0.3.29" hex = { version = "0.4.3", default-features = false } itertools = "0.12.0"