Skip to content

Commit 07a171d

Browse files
authored
chore: bump fuel-core to 0.43.2 (#1656)
- [x] All **changes** are **covered** by **tests** (or not applicable) - [x] All **changes** are **documented** (or not applicable) - [x] I **reviewed** the **entire PR** myself (preferably, on GH UI) - [x] I **described** all **Breaking Changes** (or there's none)
1 parent dbc896f commit 07a171d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CARGO_TERM_COLOR: always
1717
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v2.3.6/dasel_linux_amd64
1818
RUSTFLAGS: "-D warnings"
19-
FUEL_CORE_VERSION: 0.43.1
19+
FUEL_CORE_VERSION: 0.43.2
2020
FUEL_CORE_PATCH_BRANCH: ""
2121
FUEL_CORE_PATCH_REVISION: ""
2222
RUST_VERSION: 1.85.0

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ testcontainers = { version = "0.23", default-features = false }
9595
k256 = { version = "0.13", default-features = false }
9696

9797
# Dependencies from the `fuel-core` repository:
98-
fuel-core = { version = "0.43.1", default-features = false, features = [
98+
fuel-core = { version = "0.43.2", default-features = false, features = [
9999
"wasm-executor",
100100
] }
101-
fuel-core-chain-config = { version = "0.43.1", default-features = false }
102-
fuel-core-client = { version = "0.43.1", default-features = false }
103-
fuel-core-poa = { version = "0.43.1", default-features = false }
104-
fuel-core-services = { version = "0.43.1", default-features = false }
105-
fuel-core-types = { version = "0.43.1", default-features = false }
101+
fuel-core-chain-config = { version = "0.43.2", default-features = false }
102+
fuel-core-client = { version = "0.43.2", default-features = false }
103+
fuel-core-poa = { version = "0.43.2", default-features = false }
104+
fuel-core-services = { version = "0.43.2", default-features = false }
105+
fuel-core-types = { version = "0.43.2", default-features = false }
106106

107107
# Dependencies from the `fuel-vm` repository:
108108
fuel-asm = { version = "0.60.2" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub const SUPPORTED_FUEL_CORE_VERSION: semver::Version = semver::Version::new(0, 43, 1);
1+
pub const SUPPORTED_FUEL_CORE_VERSION: semver::Version = semver::Version::new(0, 43, 2);

0 commit comments

Comments
 (0)