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
To allow installation via cargo install hyperlink.
cargo install hyperlink
The text was updated successfully, but these errors were encountered:
Uploaded (almost) all old versions to crates.io
set -xe git tag | rg 0. | while read f; do git reset --hard git clean -df git cd -f $f fastmod -Fm --accept-all '[package]' '[package] description = "Very fast link checker for CI." homepage = "https://github.com/untitaker/hyperlink" documentation = "https://github.com/untitaker/hyperlink" repository = "https://github.com/untitaker/hyperlink"' Cargo.toml cargo publish --no-verify --allow-dirty || true done
Will continue to publish there as well.
Sorry, something went wrong.
No branches or pull requests
To allow installation via
cargo install hyperlink
.The text was updated successfully, but these errors were encountered: