Skip to content

Commit 5040979

Browse files
committed
use new release of compact-encoding
1 parent 5577d59 commit 5040979

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ed25519-dalek = { version = "2", features = ["rand_core"] }
2727
getrandom = { version = "0.2", features = ["js"] }
2828
thiserror = "1"
2929
tracing = "0.1"
30-
#compact-encoding = "1"
30+
compact-encoding = "2"
3131
flat-tree = "6"
3232
merkle-tree-stream = "0.12"
3333
pretty-hash = "0.4"
@@ -45,9 +45,6 @@ async-lock = {version = "3.4.0", optional = true }
4545
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4646
random-access-disk = { version = "3", default-features = false }
4747

48-
[dependencies.compact-encoding]
49-
path = "../compact-encoding"
50-
5148
[dev-dependencies]
5249
anyhow = "1.0.70"
5350
proptest = "1.6.0"

0 commit comments

Comments
 (0)