Skip to content

Commit 6fefd7f

Browse files
authored
Update Cargo.toml
1 parent fed0736 commit 6fefd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verification/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "src/lib.rs"
99
[dependencies]
1010
nprint-types = { path = "../types" } # Shared types for contracts
1111
nprint-core = { path = "../core" } # Core Bitcoin Script logic
12-
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" } # Bitcoin Script opcodes
12+
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" } # Bitcoin Script opcodes
1313
nprint-runtime = { path = "../runtime" }
1414
thiserror = "1.0.63"
1515

0 commit comments

Comments
 (0)