Closed jake-danton closed 6 months ago
Thanks, this should work on the latest 0.2.22 now, but let me know if that is not the case.
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
.
Must provide
--locked
forcargo install
to respect the publishedCargo.lock
otherwise it only considers theCargo.toml
entries which, for this project, are all locked to "major" version, not minor or patch. And currentlyhyper
andhyper-tls
do not work with latest.