Skip to content

Commit 5577d59

Browse files
committed
wip use local compact-encoding
1 parent 29e041e commit 5577d59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
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 = "1"
3131
flat-tree = "6"
3232
merkle-tree-stream = "0.12"
3333
pretty-hash = "0.4"
@@ -45,6 +45,9 @@ 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+
4851
[dev-dependencies]
4952
anyhow = "1.0.70"
5053
proptest = "1.6.0"

0 commit comments

Comments
 (0)