Skip to content

Commit

Permalink
fix(repo): rollback fuel-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 16, 2024
1 parent b2c2887 commit 5064ee3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ clap = { version = "4.5.20", features = ["derive", "env"] }
dotenvy = "0.15"
displaydoc = "0.2.5"
futures = "0.3.31"
fuel-core-bin = { version = "0.40.0", features = ["p2p", "relayer", "rocksdb"] }
fuel-core = { version = "0.40.0", features = ["p2p", "relayer", "rocksdb"] }
fuel-core-client = { version = "0.40.0" }
fuel-core-importer = { version = "0.40.0" }
fuel-core-storage = { version = "0.40.0" }
fuel-core-types = { version = "0.40.0", features = ["test-helpers", "serde"] }
fuel-core-services = "0.40.0"
fuel-core-bin = { version = "0.38.0", features = ["p2p", "relayer", "rocksdb"] }
fuel-core = { version = "0.38.0", features = ["p2p", "relayer", "rocksdb"] }
fuel-core-client = { version = "0.38.0" }
fuel-core-importer = { version = "0.38.0" }
fuel-core-storage = { version = "0.38.0" }
fuel-core-types = { version = "0.38.0", features = ["test-helpers", "serde"] }
fuel-core-services = "0.38.0"
futures-util = "0.3.31"
pretty_assertions = "1.4.1"
rand = "0.8"
Expand Down

0 comments on commit 5064ee3

Please sign in to comment.