-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[beta-1.76.0] fix(--package
): accept ?
if it's a valid pkgid spec
#13318
Conversation
fix(`--package`): accept `?` if it's a valid pkgid spec
r? @epage (rustbot has picked a reviewer for you, use r? to override) |
|
@bors r+ |
[beta-1.76.0] fix(`--package`): accept `?` if it's a valid pkgid spec Beta backports: - <#13315> In order to make CI pass, the following PRs are also cherry-picked: -
💔 Test failed - checks-actions |
I think you'll also need to backport #13220. |
Thanks @ehuss. Cherry-picked :) |
@bors r+ |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request. |
…nglo [beta-1.76.0] backport cargo 1 commits in ddec30889aff0c38118bcbeb59597d0bd85eddcd..c84b367471a2db61d2c2c6aab605b14130b8a31b 2024-01-02 23:23:28 +0000 to 2024-01-18 16:17:02 +0000 - [beta-1.76.0] fix(`--package`): accept `?` if it's a valid pkgid spec (rust-lang/cargo#13318) r? ghost
…nglo [beta-1.76.0] backport cargo 1 commits in ddec30889aff0c38118bcbeb59597d0bd85eddcd..c84b367471a2db61d2c2c6aab605b14130b8a31b 2024-01-02 23:23:28 +0000 to 2024-01-18 16:17:02 +0000 - [beta-1.76.0] fix(`--package`): accept `?` if it's a valid pkgid spec (rust-lang/cargo#13318) r? ghost
Beta backports:
--package
): accept?
if it's a valid pkgid spec #13315In order to make CI pass, the following PRs are also cherry-picked: