Skip to content

Commit

Permalink
fixme: Use local rust-simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
uncomputable committed Apr 23, 2024
1 parent a941104 commit e6bd872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pest = "2.1.3"
pest_derive = "2.7.1"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
simplicity-lang = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "d6e693a2cc04b48991fbbf5799083b2faa2bcc16" }
simplicity-lang = { git = "https://github.com/uncomputable/rust-simplicity", branch = "fix-amr" }
miniscript = "11.0.0"

[target.wasm32-unknown-unknown.dependencies]
Expand Down

0 comments on commit e6bd872

Please sign in to comment.