Skip to content

Commit 5ec08a9

Browse files
authored
Update Cargo.toml
1 parent 3150531 commit 5ec08a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
nprint-types = { path = "../types" } # Shared types for contracts
88
nprint-core = { path = "../core" } # Core Bitcoin Script logic
9-
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" } # Bitcoin Script opcodes
9+
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" } # Bitcoin Script opcodes
1010
nprint-templates = { path = "../templates" }
1111
nprint-dsl = { path = "../dsl" }
1212
tokio = { version = "1.38.0", features = ["full"] } # Async

0 commit comments

Comments
 (0)