guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

Update Cargo install command #181

Closed jake-danton closed 6 months ago

jake-danton commented 7 months ago

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.

guybedford commented 7 months ago

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

jake-danton commented 7 months ago

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 commented 6 months ago

Thanks, added in https://github.com/guybedford/chomp/commit/43475866b206af7cc861d661d70bf11fcd24a998.