Skip to content

Commit 8f8c7ea

Browse files
committed
fix: remove compression game feature
1 parent a2f1b11 commit 8f8c7ea

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

fuel-zkvm-primitives-prover/Cargo.toml

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,15 @@ edition = "2021"
77
alloy-sol-types = { workspace = true }
88
anyhow = { version = "1", default-features = false }
99
bincode = { workspace = true }
10-
fuel-block-committer-encoding = { version = "0.10.7", optional = true }
11-
fuel-core-compression = { workspace = true, optional = true }
10+
fuel-block-committer-encoding = { git = "https://github.com/fuellabs/fuel-block-committer", rev = "ad6281e" }
11+
fuel-core-compression = { workspace = true }
1212
fuel-core-executor = { workspace = true }
1313
fuel-core-storage = { workspace = true }
1414
fuel-core-types = { workspace = true }
15-
postcard = { version = "1.0.10", optional = true }
15+
postcard = { version = "1.0.10" }
1616
serde = { workspace = true }
1717
tai64 = { workspace = true }
18-
thiserror = { version = "2.0.3", optional = true }
18+
thiserror = { version = "2.0.3" }
1919

2020
[dev-dependencies]
2121
rand = { version = "0.9.0" }
22-
23-
[features]
24-
compression-game = ["dep:fuel-block-committer-encoding", "dep:postcard", "dep:fuel-core-compression", "dep:thiserror"]
-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pub mod block_execution_game;
22

3-
#[cfg(feature = "compression-game")]
43
pub mod decompression_gzip_game;

0 commit comments

Comments
 (0)