Skip to content

Commit 0b793ac

Browse files
committed
fix
1 parent 29beab1 commit 0b793ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/types/chunk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ serde_json.workspace = true
3434

3535
[features]
3636
default = []
37-
host = ["scroll-compress-ratio", "alloy-primitives/tiny-keccak"]
37+
host = ["scroll-compress-info", "alloy-primitives/tiny-keccak"]
3838
scroll = [
3939
"sbv-core/scroll",
4040
"sbv-primitives/scroll-evm-types",
4141
"sbv-primitives/scroll-hardforks",
4242
"sbv-primitives/scroll-revm-types",
4343
"sbv-primitives/scroll-reth-evm-types"
4444
]
45-
scroll-compress-ratio = ["sbv-core/scroll-compress-ratio"]
45+
scroll-compress-info = ["sbv-core/scroll-compress-info"]

0 commit comments

Comments
 (0)