Skip to content

Commit

Permalink
Cargo: Update simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
uncomputable committed Dec 5, 2023
1 parent cb63d1c commit 3fc1142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
simplicity = { git = "https://github.com/uncomputable/rust-simplicity", branch = "asset-gen", features = ["serde"] }
elements-miniscript = { git = "https://github.com/uncomputable/elements-miniscript", branch = "asset-gen", features = ["serde"] }
simplicity = { git = "https://github.com/uncomputable/rust-simplicity", branch = "asset-gen2", features = ["serde"] }
elements-miniscript = { git = "https://github.com/uncomputable/elements-miniscript", branch = "asset-gen2", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit 3fc1142

Please sign in to comment.