Skip to content

Commit 5064ee3

Browse files
committed
fix(repo): rollback fuel-core version
1 parent b2c2887 commit 5064ee3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ clap = { version = "4.5.20", features = ["derive", "env"] }
2929
dotenvy = "0.15"
3030
displaydoc = "0.2.5"
3131
futures = "0.3.31"
32-
fuel-core-bin = { version = "0.40.0", features = ["p2p", "relayer", "rocksdb"] }
33-
fuel-core = { version = "0.40.0", features = ["p2p", "relayer", "rocksdb"] }
34-
fuel-core-client = { version = "0.40.0" }
35-
fuel-core-importer = { version = "0.40.0" }
36-
fuel-core-storage = { version = "0.40.0" }
37-
fuel-core-types = { version = "0.40.0", features = ["test-helpers", "serde"] }
38-
fuel-core-services = "0.40.0"
32+
fuel-core-bin = { version = "0.38.0", features = ["p2p", "relayer", "rocksdb"] }
33+
fuel-core = { version = "0.38.0", features = ["p2p", "relayer", "rocksdb"] }
34+
fuel-core-client = { version = "0.38.0" }
35+
fuel-core-importer = { version = "0.38.0" }
36+
fuel-core-storage = { version = "0.38.0" }
37+
fuel-core-types = { version = "0.38.0", features = ["test-helpers", "serde"] }
38+
fuel-core-services = "0.38.0"
3939
futures-util = "0.3.31"
4040
pretty_assertions = "1.4.1"
4141
rand = "0.8"

0 commit comments

Comments
 (0)