Skip to content

Commit e6bd872

Browse files
committed
fixme: Use local rust-simplicity
Fix AMR bug: BlockstreamResearch/rust-simplicity#214
1 parent a941104 commit e6bd872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pest = "2.1.3"
2020
pest_derive = "2.7.1"
2121
serde = { version = "1.0.188", features = ["derive"] }
2222
serde_json = "1.0.105"
23-
simplicity-lang = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "d6e693a2cc04b48991fbbf5799083b2faa2bcc16" }
23+
simplicity-lang = { git = "https://github.com/uncomputable/rust-simplicity", branch = "fix-amr" }
2424
miniscript = "11.0.0"
2525

2626
[target.wasm32-unknown-unknown.dependencies]

0 commit comments

Comments
 (0)