Releases: taiki-e/cargo-minimal-versions
Releases · taiki-e/cargo-minimal-versions
0.1.20
0.1.19
- Remove dependency on
slab
,shell-escape
, andfs-err
.
0.1.18
- Fix regression on
--no-private
flag with virtual workspace, introduced in 0.1.17.
0.1.17
-
Improve support for very old Cargo (pre-1.39).
-
Remove dependency on
cargo_metadata
.
0.1.16
- Fix bug in
--ignore-private
/--no-private
flag on Windows.
0.1.15
-
Improve the behavior of
--ignore-private
flag to prevent private crates from affecting lockfile and metadata.This fixes some false negatives.
-
Add
--no-private
flag as an alias of--ignore-private
flag.
0.1.14
- Allow nightly to be specified by setting
RUSTC_BOOTSTRAP=1
, the same as for rustc and cargo.
0.1.13
- Update
cargo_metadata
to 0.17.
0.1.12
-
Fix version detection with dev build
-
Update
toml_edit
to 0.19.
0.1.11
-
Update
toml_edit
to 0.18. -
Update
lexopt
to 0.3