Skip to content

Commit

Permalink
update ergo-lib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-weir committed Dec 28, 2023
1 parent 0abb870 commit 2370fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.11.4", features = ["blocking"] }
serde = "1.0"
serde_json = "1.0"
# When a new version of ergo-lib is published to crates.io pin this to that instead of using master
ergo_lib = { git = "https://github.com/ergoplatform/sigma-rust.git", branch = "master", package = "ergo-lib" }
ergo-lib = "0.27.1"
thiserror = "1.0.22"
blake2b_simd = "0.5.11"
base16 = "0.2.1"
Expand Down

0 comments on commit 2370fe2

Please sign in to comment.