Skip to content

Commit ef08fbd

Browse files
committedJun 1, 2022
Update to the newest release of rust-bitcoin
1 parent 5320c83 commit ef08fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
1515
bdk-macros = "^0.6"
1616
log = "^0.4"
1717
miniscript = { version = "7.0", features = ["use-serde"] }
18-
bitcoin = { version = "0.28", features = ["use-serde", "base64", "rand"] }
18+
bitcoin = { version = "0.28.1", features = ["use-serde", "base64", "rand"] }
1919
serde = { version = "^1.0", features = ["derive"] }
2020
serde_json = { version = "^1.0" }
2121
rand = "^0.7"

0 commit comments

Comments
 (0)