Releases: taiki-e/cargo-no-dev-deps
Releases · taiki-e/cargo-no-dev-deps
0.2.4
- Fix bug in
--no-private
flag on Windows.
0.2.3
- Update
cargo_metadata
to 0.17.
0.2.2
- Fix compatibility with old cargo.
0.2.1
- Update
toml_edit
to 0.18.
0.2.0
-
Add
--no-private
flag to excludepublish = false
crates.This flag is more powerful than cargo-hack's
--ignore-private
flag, which also prevents private crate from affecting lockfile and metadata. -
Restore
Cargo.lock
after run to match behavior with cargo-minimal-versions. -
Documentation improvements.
0.1.0
Initial release