Skip to content

Commit

Permalink
chore: bump fuel-core and fuel-vm (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e authored Nov 24, 2023
1 parent d19d1d4 commit d14221a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
CARGO_TERM_COLOR: always
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v2.3.6/dasel_linux_amd64
RUSTFLAGS: "-D warnings"
FUEL_CORE_VERSION: 0.21.0-rc.1
FUEL_CORE_VERSION: 0.21.0
FUEL_CORE_PATCH_BRANCH:
RUST_VERSION: 1.73.0
FORC_VERSION: 0.46.0
Expand Down
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ eth-keystore = "0.5.0"
fuel-abi-types = "0.3.0"
futures = "0.3.28"
hex = { version = "0.4.3", default-features = false }
itertools = "0.11.0"
itertools = "0.12.0"
portpicker = "0.1.1"
proc-macro2 = "1.0.66"
quote = "1.0.33"
Expand All @@ -72,21 +72,21 @@ which = { version = "5.0.0", default-features = false }
zeroize = "1.6.0"

# Dependencies from the `fuel-core` repository:
fuel-core = { version = "0.21.0-rc.1", default-features = false }
fuel-core-chain-config = { version = "0.21.0-rc.1", default-features = false }
fuel-core-client = { version = "0.21.0-rc.1", default-features = false }
fuel-core-poa = { version = "0.21.0-rc.1", default-features = false }
fuel-core-services = { version = "0.21.0-rc.1", default-features = false }
fuel-core-types = { version = "0.21.0-rc.1", default-features = false }
fuel-core = { version = "0.21.0", default-features = false }
fuel-core-chain-config = { version = "0.21.0", default-features = false }
fuel-core-client = { version = "0.21.0", default-features = false }
fuel-core-poa = { version = "0.21.0", default-features = false }
fuel-core-services = { version = "0.21.0", default-features = false }
fuel-core-types = { version = "0.21.0", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-asm = { version = "0.42.0"}
fuel-crypto = { version = "0.42.0"}
fuel-merkle = { version = "0.42.0"}
fuel-storage = { version = "0.42.0"}
fuel-tx = { version = "0.42.0"}
fuel-types = { version = "0.42.0"}
fuel-vm = { version = "0.42.0"}
fuel-asm = { version = "0.43.0"}
fuel-crypto = { version = "0.43.0"}
fuel-merkle = { version = "0.43.0"}
fuel-storage = { version = "0.43.0"}
fuel-tx = { version = "0.43.0"}
fuel-types = { version = "0.43.0"}
fuel-vm = { version = "0.43.0"}

# Workspace projects
fuels = { version = "0.51.0", path = "./packages/fuels" }
Expand Down

0 comments on commit d14221a

Please sign in to comment.