Skip to content

Commit b608ec1

Browse files
committed
Cargo.toml: patch for rust-lang/rust#110475
Newly-released rustc 1.71 no longer compiles our rust-miniscript dependency. Patch rust-miniscript, then elements-miniscript, then this, to hack around it.
1 parent ab184db commit b608ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bitcoin = { version = "0.29.2", optional = true }
2020
bitcoin_hashes = "0.11"
2121
byteorder = "1.3"
2222
elements = { version = "0.21.1", optional = true }
23-
elements-miniscript = { git = "https://github.com/ElementsProject/elements-miniscript", rev = "955f380" }
23+
elements-miniscript = { git = "https://github.com/apoelstra/elements-miniscript", tag = "2023-07--rust-simplicity-patch" }
2424
simplicity-sys = { version = "0.1.0", path = "./simplicity-sys" }
2525
actual-serde = { package = "serde", version = "1.0.103", features = ["derive"], optional = true }
2626

0 commit comments

Comments
 (0)