We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a941104 commit e6bd872Copy full SHA for e6bd872
Cargo.toml
@@ -20,7 +20,7 @@ pest = "2.1.3"
20
pest_derive = "2.7.1"
21
serde = { version = "1.0.188", features = ["derive"] }
22
serde_json = "1.0.105"
23
-simplicity-lang = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "d6e693a2cc04b48991fbbf5799083b2faa2bcc16" }
+simplicity-lang = { git = "https://github.com/uncomputable/rust-simplicity", branch = "fix-amr" }
24
miniscript = "11.0.0"
25
26
[target.wasm32-unknown-unknown.dependencies]
0 commit comments