File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- rusqlite = { version = " 0.31.0 " , features = [" bundled" ] }
7
+ rusqlite = { version = " 0.32.1 " , features = [" bundled" ] }
8
8
anyhow = " 1.0.82"
9
9
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" ] }
12
12
13
13
[dev-dependencies ]
14
14
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments