We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3150531 commit 5ec08a9Copy full SHA for 5ec08a9
protocols/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
6
[dependencies]
7
nprint-types = { path = "../types" } # Shared types for contracts
8
nprint-core = { path = "../core" } # Core Bitcoin Script logic
9
-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
10
nprint-templates = { path = "../templates" }
11
nprint-dsl = { path = "../dsl" }
12
tokio = { version = "1.38.0", features = ["full"] } # Async
0 commit comments