-
Notifications
You must be signed in to change notification settings - Fork 12
Release tracking PR: hex-conservative 0.3.1
#194
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
Conversation
Seems this has been removed and recent nightly compiler won't build this crate as is. Some random post says use `doc_cfg` instead but we have that already so just remove the `doc_auto_cfg`. I didn't think too hard about this. ref: https://users.rust-lang.org/t/fallout-from-removal-of-doc-auto-cfg/134435
Copy from `rust-bitcoin` master branch, for no reason other than its quick and easy to do and is reasonably new.
|
FTR I created the branch |
|
Can we also do 0.2.2? Needed for BlockstreamResearch/simplicity-webide#57 and rust-bitcoin/rust-bitcoin#5183 |
apoelstra
left a comment
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 1108d7f; successfully ran local tests
We don't use this script anymore we use the `rust-bitcoin-maintainer-tools` repo for CI.
In preparation for release add changelog entry, bump the version, and update the lock files.
1108d7f to
5f5332f
Compare
Tried and failed. |
apoelstra
left a comment
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 5f5332f; successfully ran local tests
|
Tagged and published. |
Update the
nightly-toolchainfile, deletedoc_auto_cfg, and bump the version so we can release.