-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport recursion fix to 9.x #566
Backport recursion fix to 9.x #566
Conversation
CI is failing because of multiple serde MSRV breakages. Locally I can't really test because of path issues with |
I thought serde was fixed by a #562 :( |
@sanket1729 we are merging into the 9.x branch. |
See rust-lang/rust#110475. I can't update my upstream rust-miniscript fork until rust-bitcoin/rust-miniscript#566 is merged.
@sanket1729 what needs to be done to move this forward? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK f1c1272. Tested locally
Tagged and published. |
Backport of #546. It looks like we only backported this to 7.x, not to 9.x or 8.x.
I'm not sure who is using 8.x. We should probably backport it there too. But 9.x (well, a slight fork of it) is used by elements-miniscript 1.0.
This is needed because Rust released a stable compiler with rust-lang/rust#110475 even though it breaks code that compiled fine for years and there was an open issue for 3 months.