We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29beab1 commit 0b793acCopy full SHA for 0b793ac
crates/types/chunk/Cargo.toml
@@ -34,12 +34,12 @@ serde_json.workspace = true
34
35
[features]
36
default = []
37
-host = ["scroll-compress-ratio", "alloy-primitives/tiny-keccak"]
+host = ["scroll-compress-info", "alloy-primitives/tiny-keccak"]
38
scroll = [
39
"sbv-core/scroll",
40
"sbv-primitives/scroll-evm-types",
41
"sbv-primitives/scroll-hardforks",
42
"sbv-primitives/scroll-revm-types",
43
"sbv-primitives/scroll-reth-evm-types"
44
]
45
-scroll-compress-ratio = ["sbv-core/scroll-compress-ratio"]
+scroll-compress-info = ["sbv-core/scroll-compress-info"]
0 commit comments