diff --git a/Cargo.toml b/Cargo.toml index ac25665..80a8fc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"