Skip to content

Commit

Permalink
Use new bounded-vec and ergo_avltree releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDusek committed Dec 3, 2024
1 parent e1551d1 commit f27bd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ derive_more = { version = "0.99", features = [
] }
num-derive = "0.4.2"
thiserror = { version = "2.0.1", default-features = false }
bounded-vec = { git = "https://github.com/SethDusek/bounded-vec", branch = "no_std" } # TODO: merge no_std support in bounded-vec upstream
bounded-vec = { version = "0.8.0", default-features = false }
bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] }
blake2 = { version = "0.10.6", default-features = false }
sha2 = { version = "0.10", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion ergotree-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
serde_with = { workspace = true, optional = true }
proptest = { workspace = true, optional = true }
ergo_avltree_rust = { git = "https://github.com/SethDusek/scorex_crypto_avltree", branch = "no_std" } # TODO: wait for upstream
ergo_avltree_rust = { version = "0.1.1" }
gf2_192 = { version = "^0.28.0", path = "../gf2_192" }
miette = { workspace = true, optional = true }
hashbrown = { workspace = true }
Expand Down

0 comments on commit f27bd19

Please sign in to comment.