dhovart / cargo-local-registry

A cargo subcommand to manage local registries
Apache License 2.0
150 stars 18 forks source link

Allow namespaced features without nightly now they are stabilised #171

Closed jarhodes314 closed 2 years ago

jarhodes314 commented 2 years ago

168 removes dependencies from namespaced features, but these are now available in stable Rust. As a result, there is currently no way of downloading a crate with namespaced features (e.g. https://github.com/seladb/pickledb-rs).

dhovart commented 2 years ago

I've merged https://github.com/dhovart/cargo-local-registry/pull/170 who adresses this. Releasing a new version soon.