Skip to content

Commit f27bd19

Browse files
committed
Use new bounded-vec and ergo_avltree releases
1 parent e1551d1 commit f27bd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ derive_more = { version = "0.99", features = [
5555
] }
5656
num-derive = "0.4.2"
5757
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 }
5959
bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] }
6060
blake2 = { version = "0.10.6", default-features = false }
6161
sha2 = { version = "0.10", default-features = false }

ergotree-interpreter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde = { workspace = true, optional = true }
3434
serde_json = { workspace = true, optional = true }
3535
serde_with = { workspace = true, optional = true }
3636
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" }
3838
gf2_192 = { version = "^0.28.0", path = "../gf2_192" }
3939
miette = { workspace = true, optional = true }
4040
hashbrown = { workspace = true }

0 commit comments

Comments
 (0)