Skip to content

Commit 1cf86d3

Browse files
committed
use released simplicity 0.2.0
1 parent 31fbf27 commit 1cf86d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ base64 = ["bitcoin/base64"]
2222
bitcoin = "0.31.0"
2323
elements = "0.24.0"
2424
bitcoin-miniscript = { package = "miniscript", version = "11.0" }
25-
simplicity = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "39fe6d7533b06001e9954fa08df34a1052702caf", optional = true }
25+
simplicity = { package = "simplicity-lang", version = "0.2.0", optional = true }
2626

2727
# Do NOT use this as a feature! Use the `serde` feature instead.
2828
actual-serde = { package = "serde", version = "1.0", optional = true }

0 commit comments

Comments
 (0)