File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ derive_more = { version = "0.99", features = [
55
55
] }
56
56
num-derive = " 0.4.2"
57
57
thiserror = { version = " 2.0.1" , default-features = false }
58
- bounded-vec = { git = " https://github.com/SethDusek/bounded-vec " , branch = " no_std " } # TODO: merge no_std support in bounded-vec upstream
58
+ bounded-vec = { version = " 0.8.0 " , default-features = false }
59
59
bitvec = { version = " 1.0.1" , default-features = false , features = [" alloc" ] }
60
60
blake2 = { version = " 0.10.6" , default-features = false }
61
61
sha2 = { version = " 0.10" , default-features = false }
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ serde = { workspace = true, optional = true }
34
34
serde_json = { workspace = true , optional = true }
35
35
serde_with = { workspace = true , optional = true }
36
36
proptest = { workspace = true , optional = true }
37
- ergo_avltree_rust = { git = " https://github.com/SethDusek/scorex_crypto_avltree " , branch = " no_std " } # TODO: wait for upstream
37
+ ergo_avltree_rust = { version = " 0.1.1 " }
38
38
gf2_192 = { version = " ^0.28.0" , path = " ../gf2_192" }
39
39
miette = { workspace = true , optional = true }
40
40
hashbrown = { workspace = true }
You can’t perform that action at this time.
0 commit comments