Automated daily update to rustc (to nightly-2026-04-18)#257
Closed
Automated daily update to rustc (to nightly-2026-04-18)#257
Conversation
Member
|
Looks like this was only fixed in getrandom last week and not released yet |
Member
Author
|
Sigh. Ok, I guess we'll need to do a mass-upgrade across the whole rust-bitcoin ecosystem, and possibly need to maintain forks of old versions, etc. Hopefully the compiler people just revert this. |
1dfe9aa to
78c1e91
Compare
78c1e91 to
ac7ab5f
Compare
Member
|
I think this is now released in getrandom 0.3.4 |
Member
Author
|
Okay, but we are on getrandom 0.2. Did rustc really just permanently break compilation? |
ac7ab5f to
4975130
Compare
4975130 to
6b265ce
Compare
6b265ce to
d05a5b7
Compare
d05a5b7 to
c80e67c
Compare
c80e67c to
2b21d38
Compare
2b21d38 to
6c24b58
Compare
6c24b58 to
31a7ec3
Compare
31a7ec3 to
a2f2b6e
Compare
a2f2b6e to
d1d90c0
Compare
d1d90c0 to
903880c
Compare
903880c to
29c147f
Compare
73aac40 to
6db6861
Compare
6db6861 to
9b9a6fc
Compare
9b9a6fc to
57ed5ce
Compare
57ed5ce to
1e83bcd
Compare
1e83bcd to
266393c
Compare
266393c to
84ee8da
Compare
84ee8da to
b50dc2f
Compare
b50dc2f to
1646220
Compare
1646220 to
71fb666
Compare
71fb666 to
79af350
Compare
79af350 to
f1b2d3a
Compare
f1b2d3a to
d7e34f3
Compare
d7e34f3 to
ef9f442
Compare
Member
Author
|
Closing in favor of #266. |
delta1
added a commit
that referenced
this pull request
Apr 22, 2026
89f15f4 update rust nightly version to 2026-04-17 (Andrew Poelstra) da385d7 clippy: trivial stuff (Andrew Poelstra) 555270f clippy: use &&, not &, on bools (Andrew Poelstra) b246b93 cron-weekly-update: copy toolchain update files from rust-bitcoin (Andrew Poelstra) e57e698 move nightly-version to Cargo.toml (Andrew Poelstra) 526c950 update Cargo.tomls to whitelist duplicate hex-conservative dep (Andrew Poelstra) 4b5b7c5 update cargo-rbmt (Andrew Poelstra) Pull request description: This overhauls the CI system (again) by copying all the files from rust-bech32 and rust-bitcoin and making minor tweaks for rust-elements. This should fix the `doc_auto_cfg` thing which is plaguing #257, and should overall be much more reliable going forward since it's much more agressive about pinning toolchain versions etc. This does not re-enable the fuzz tests (which were not covered by the previous CI and not covered by this one); do this will require I migrate the old honggfuzz-based fuzz targets to cargo-fuzz ones, and require I migrate the ancient travis-fuzz.sh script to our more modern one. Will do this in a separate PR. ACKs for top commit: delta1: ACK 89f15f4; ran tests locally Tree-SHA512: ee55582f3c8f61a7c3ccde3582d1a207e8d584e4dbbabe38a677c4bf4221d920f0ea5e80fe410ad2828f8e8ee513ad307aa0e47f59fd58725ef2daf78d9ae52c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated update to Github CI workflow
rust.ymlby create-pull-request GitHub action