We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fbf27 commit 1cf86d3Copy full SHA for 1cf86d3
Cargo.toml
@@ -22,7 +22,7 @@ base64 = ["bitcoin/base64"]
22
bitcoin = "0.31.0"
23
elements = "0.24.0"
24
bitcoin-miniscript = { package = "miniscript", version = "11.0" }
25
-simplicity = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "39fe6d7533b06001e9954fa08df34a1052702caf", optional = true }
+simplicity = { package = "simplicity-lang", version = "0.2.0", optional = true }
26
27
# Do NOT use this as a feature! Use the `serde` feature instead.
28
actual-serde = { package = "serde", version = "1.0", optional = true }
0 commit comments