mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-10 14:26:34 +00:00
chore(utils): bump pmtree rev (#189)
* chore(utils): bump pmtree rev * chore(utils): bump pmtree rev
This commit is contained in:
parent
c8cf033f32
commit
36158e8d08
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2414,7 +2414,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pmtree"
|
name = "pmtree"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
source = "git+https://github.com/vacp2p/pmtree?rev=be7c964#be7c96472f5c97b348297ab23c77f228fba0914f"
|
source = "git+https://github.com/vacp2p/pmtree?rev=b41fb42#b41fb4269b98355375dba6d18261be87960602be"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rayon",
|
"rayon",
|
||||||
]
|
]
|
||||||
|
@ -11,7 +11,7 @@ bench = false
|
|||||||
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
|
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
|
||||||
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
|
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
|
||||||
color-eyre = "=0.6.2"
|
color-eyre = "=0.6.2"
|
||||||
pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "be7c964", optional = true}
|
pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "b41fb42", optional = true}
|
||||||
sled = "=0.34.7"
|
sled = "=0.34.7"
|
||||||
serde = "1.0.44"
|
serde = "1.0.44"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user