-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Bump gsgdt
to 0.1.3
#92254
Bump gsgdt
to 0.1.3
#92254
Conversation
No functional changes intended. The 0.1.2 -> 0.1.3 commit vn-ki/gsgdt-rs@3e1dcec renames `Node::new` to `Node::from_list`.
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup=iffy |
📌 Commit 9127f49 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6211dd7): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
And now this version yanked and softlocks cargo update for rustc:
|
Happy to r+ a revert of this PR, though in general a blind cargo update shouldn't be necessary (so I don't think this is actually a problem?) |
gsgdt 0.1.3 was yanked: rust-lang#92254 (comment)
Prepared a revert #92532. IMO it may be confusing to depend on a yanked version of a crate here (I'm not sure if it's really breaking some workflows). |
…acrum revert rust-lang#92254 "Bump gsgdt to 0.1.3" This reverts rust-lang#92254 since gsgdt 0.1.3 was yanked: rust-lang#92254 (comment)
…acrum revert rust-lang#92254 "Bump gsgdt to 0.1.3" This reverts rust-lang#92254 since gsgdt 0.1.3 was yanked: rust-lang#92254 (comment)
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#91754 (Modifications to `std::io::Stdin` on Windows so that there is no longer a 4-byte buffer minimum in read().) - rust-lang#91884 (Constify `Box<T, A>` methods) - rust-lang#92107 (Actually set IMAGE_SCN_LNK_REMOVE for .rmeta) - rust-lang#92456 (Make the documentation of builtin macro attributes accessible) - rust-lang#92507 (Suggest single quotes when char expected, str provided) - rust-lang#92525 (intra-doc: Make `Receiver::into_iter` into a clickable link) - rust-lang#92532 (revert rust-lang#92254 "Bump gsgdt to 0.1.3") Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
No functional changes intended.
The 0.1.2 -> 0.1.3 commit vn-ki/gsgdt-rs@3e1dcec renames
Node::new
toNode::from_list
.