We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cargo release version 0.25.10.
I have a private repository in my config.toml file called MyRepo.
config.toml
MyRepo
When I release with this command, it hangs indefinitely at Waiting on my_repo to propagate to index.
Waiting on my_repo to propagate to index
cargo release patch -x --no-confirm
But if I release with this command, it does not hang.
cargo release patch --registry MyRepo -x --no-confirm
My crate's Cargo.toml looks like this to prevent publishing to crates.io by accident:
Cargo.toml
[package] name = "my_crate" version = "0.1.13" edition = "2021" publish = ["MyRepo"]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Cargo release version 0.25.10.
I have a private repository in my
config.toml
file calledMyRepo
.When I release with this command, it hangs indefinitely at
Waiting on my_repo to propagate to index
.But if I release with this command, it does not hang.
My crate's
Cargo.toml
looks like this to prevent publishing to crates.io by accident:The text was updated successfully, but these errors were encountered: