Skip to content

Commit 1070659

Browse files
authored
update rust-verkle dependency and remove unused dependency (#45)
1 parent dd03bf3 commit 1070659

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

Cargo.lock

+9-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src.rs/Cargo.toml

+5-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ default = ["console_error_panic_hook"]
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde-wasm-bindgen = "0.3.0"
1717
wasm-bindgen = { version = "0.2.90", features = ["serde-serialize"] }
18-
verkle-trie = { git = "https://github.com/crate-crypto/rust-verkle", rev = "7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
19-
verkle-spec = { git = "https://github.com/crate-crypto/rust-verkle", rev = "7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
20-
ipa-multipoint = { git = "https://github.com/crate-crypto/rust-verkle", rev = "7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
21-
banderwagon = { git = "https://github.com/crate-crypto/rust-verkle", rev = "7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
22-
ffi_interface = { git = "https://github.com/crate-crypto/rust-verkle", rev = "7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
23-
ark-ff = "0.4.0"
24-
ark-serialize = { version = "^0.4.0", default-features = false }
25-
26-
hex = "*"
18+
ipa-multipoint = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
19+
banderwagon = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
20+
ffi_interface = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
21+
22+
hex = "0.4.3"
2723
# This is needed so that we can enable the js feature, which is being used in ark-serialize
2824
# Without it, the wasm will not compile, since we cannot conditionally compile ark-serialize
2925
getrandom = { version = "0.2.3", features = ["js"] }

0 commit comments

Comments
 (0)