chore(utils): bump pmtree rev (#189)

* chore(utils): bump pmtree rev

* chore(utils): bump pmtree rev
This commit is contained in:
Aaryamann Challani
2023-07-25 21:21:04 +05:30
committed by GitHub
parent c8cf033f32
commit 36158e8d08
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ bench = false
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
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"
serde = "1.0.44"