Skip to content
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

Update Cargo install command #181

Closed

Conversation

jake-danton
Copy link
Contributor

Must provide --locked for cargo install to respect the published Cargo.lock otherwise it only considers the Cargo.toml entries which, for this project, are all locked to "major" version, not minor or patch. And currently hyper and hyper-tls do not work with latest.

Must provide `--locked` for `cargo` to respect the published `Cargo.lock` otherwise it only considers the `Cargo.toml` entries which, for this project, are all locked to "major" version, not minor or patch. And currently `hyper` and `hyper-tls` do not work with latest.
@guybedford
Copy link
Owner

Thanks, this should work on the latest 0.2.22 now, but let me know if that is not the case.

@jake-danton
Copy link
Contributor Author

Sadly no, I still have to use --locked so it won't default to latest. Since it has hyper-tls at 0.* in Cargo.toml -- which matches 0.6.0 on install -- and 0.5.0 in Cargo.lock.

@guybedford
Copy link
Owner

Thanks, added in 4347586.

@guybedford guybedford closed this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants