Skip to content

Commit bbfaa2e

Browse files
committed
add tag
1 parent 3ae1c79 commit bbfaa2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
rusqlite = { version = "0.31.0", features = ["bundled"] }
7+
rusqlite = { version = "0.32.1", features = ["bundled"] }
88
anyhow = "1.0.82"
99
bitcoin = { version = "0.32.0", features = ["rand"] }
10-
bitcoin-script = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-script" }
11-
bitcoin-scriptexec = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec", features = ["debug"] }
10+
bitcoin-script = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-script", tag = "1.0.0" }
11+
bitcoin-scriptexec = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec", tag = "1.0.0", features = ["debug"] }
1212

1313
[dev-dependencies]
1414
rand = "0.8.5"

0 commit comments

Comments
 (0)