We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed0736 commit 6fefd7fCopy full SHA for 6fefd7f
verification/Cargo.toml
@@ -9,7 +9,7 @@ path = "src/lib.rs"
9
[dependencies]
10
nprint-types = { path = "../types" } # Shared types for contracts
11
nprint-core = { path = "../core" } # Core Bitcoin Script logic
12
-sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" } # Bitcoin Script opcodes
+sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" } # Bitcoin Script opcodes
13
nprint-runtime = { path = "../runtime" }
14
thiserror = "1.0.63"
15
0 commit comments