Skip to content

Commit 8da5791

Browse files
chore!: bump fuel core to 0 43 1 (#1652)
1 parent 4574372 commit 8da5791

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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.0
19+
FUEL_CORE_VERSION: 0.43.1
2020
FUEL_CORE_PATCH_BRANCH: ""
2121
FUEL_CORE_PATCH_REVISION: ""
2222
RUST_VERSION: 1.85.0

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,23 @@ 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.0", default-features = false, features = [
98+
fuel-core = { version = "0.43.1", default-features = false, features = [
9999
"wasm-executor",
100100
] }
101-
fuel-core-chain-config = { version = "0.43.0", default-features = false }
102-
fuel-core-client = { version = "0.43.0", default-features = false }
103-
fuel-core-poa = { version = "0.43.0", default-features = false }
104-
fuel-core-services = { version = "0.43.0", default-features = false }
105-
fuel-core-types = { version = "0.43.0", default-features = false }
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 }
106106

107107
# Dependencies from the `fuel-vm` repository:
108-
fuel-asm = { version = "0.60.0" }
109-
fuel-crypto = { version = "0.60.0" }
110-
fuel-merkle = { version = "0.60.0" }
111-
fuel-storage = { version = "0.60.0" }
112-
fuel-tx = { version = "0.60.0" }
113-
fuel-types = { version = "0.60.0" }
114-
fuel-vm = { version = "0.60.0" }
108+
fuel-asm = { version = "0.60.2" }
109+
fuel-crypto = { version = "0.60.2" }
110+
fuel-merkle = { version = "0.60.2" }
111+
fuel-storage = { version = "0.60.2" }
112+
fuel-tx = { version = "0.60.2" }
113+
fuel-types = { version = "0.60.2" }
114+
fuel-vm = { version = "0.60.2" }
115115

116116
# Workspace projects
117117
fuels = { version = "0.71.0", path = "./packages/fuels", default-features = false }
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, 0);
1+
pub const SUPPORTED_FUEL_CORE_VERSION: semver::Version = semver::Version::new(0, 43, 1);

0 commit comments

Comments
 (0)