Skip to content

Commit

Permalink
upgrade rust tapyrus version
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviabheeman committed Dec 4, 2023
1 parent 883059f commit 22b8220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
http = "0.1.17"
tapyrus = { git = "https://github.com/chaintope/rust-tapyrus", tag = "v0.4.5", features = ["use-serde", "rand"] }
tapyrus = { version = "0.4.8", features = ["use-serde", "rand"] }
secp256k1 = "0.15.3"
log = "0.4.6"
env_logger = "0.9.0"
Expand Down

0 comments on commit 22b8220

Please sign in to comment.