Skip to content

Commit

Permalink
Bump all fuel dependencies (to fuel-core 0.11.2) (FuelLabs#3054)
Browse files Browse the repository at this point in the history
Bumping everything all at once due to transitive dependencies that have
to match.

Only to `fuel-core 0.11.2` for now and all the other dependencies it
uses.

To bump to `fuel-core 0.12.0`, we need a new release of `fuels` that
uses `fuel-core 0.12.0` (pending
FuelLabs/fuels-rs#656).
  • Loading branch information
mohammadfawaz authored Oct 28, 2022
1 parent ca70f23 commit e40cbd6
Show file tree
Hide file tree
Showing 42 changed files with 103 additions and 198 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
runs-on: ubuntu-latest
services:
fuel-core:
image: ghcr.io/fuellabs/fuel-core:v0.10.1
image: ghcr.io/fuellabs/fuel-core:v0.11.2
ports:
- 4000:4000
steps:
Expand All @@ -262,7 +262,7 @@ jobs:
runs-on: ubuntu-latest
services:
fuel-core:
image: ghcr.io/fuellabs/fuel-core:v0.10.1
image: ghcr.io/fuellabs/fuel-core:v0.11.2
ports:
- 4000:4000
steps:
Expand Down
165 changes: 36 additions & 129 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forc-pkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1"
forc-tracing = { version = "0.28.1", path = "../forc-tracing" }
forc-util = { version = "0.28.1", path = "../forc-util" }
fuel-crypto = "0.6"
fuel-tx = { version = "0.18", features = ["serde"] }
fuel-tx = { version = "0.20", features = ["serde"] }
git2 = { version = "0.14", features = ["vendored-libgit2", "vendored-openssl"] }
hex = "0.4.3"
petgraph = { version = "0.6", features = ["serde-1"] }
Expand Down
12 changes: 6 additions & 6 deletions forc-plugins/forc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ forc-pkg = { version = "0.28.1", path = "../../forc-pkg" }
forc-tracing = { version = "0.28.1", path = "../../forc-tracing" }
forc-util = { version = "0.28.1", path = "../../forc-util" }
fuel-crypto = "0.6"
fuel-gql-client = { version = "0.10", default-features = false }
fuel-tx = { version = "0.18", features = ["builder"] }
fuel-vm = "0.15"
fuels-core = "0.24"
fuels-signers = "0.24"
fuels-types = "0.24"
fuel-gql-client = { version = "0.11", default-features = false }
fuel-tx = { version = "0.20", features = ["builder"] }
fuel-vm = "0.18"
fuels-core = "0.27"
fuels-signers = "0.27"
fuels-types = "0.27"
futures = "0.3"
hex = "0.4.3"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion forc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ forc-pkg = { version = "0.28.1", path = "../forc-pkg" }
forc-tracing = { version = "0.28.1", path = "../forc-tracing" }
forc-util = { version = "0.28.1", path = "../forc-util" }
fs_extra = "1.2"
fuel-asm = "0.8"
fuel-asm = "0.9"
hex = "0.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.73"
Expand Down
Loading

0 comments on commit e40cbd6

Please sign in to comment.