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 5577d59 commit 5040979Copy full SHA for 5040979
Cargo.toml
@@ -27,7 +27,7 @@ ed25519-dalek = { version = "2", features = ["rand_core"] }
27
getrandom = { version = "0.2", features = ["js"] }
28
thiserror = "1"
29
tracing = "0.1"
30
-#compact-encoding = "1"
+compact-encoding = "2"
31
flat-tree = "6"
32
merkle-tree-stream = "0.12"
33
pretty-hash = "0.4"
@@ -45,9 +45,6 @@ async-lock = {version = "3.4.0", optional = true }
45
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
46
random-access-disk = { version = "3", default-features = false }
47
48
-[dependencies.compact-encoding]
49
-path = "../compact-encoding"
50
-
51
[dev-dependencies]
52
anyhow = "1.0.70"
53
proptest = "1.6.0"
0 commit comments