Path to this page:
Subject: CVS commit: pkgsrc/devel/cargo-modules
From: pin
Date: 2023-12-17 07:50:32
Message id: 20231217065032.1DFC7FA42@cvs.NetBSD.org
Log Message:
devel/cargo-modules: update to 0.13.0
[0.13.0] - 2023-12-14
Added
- Added dedicated top-level orphans command (replacing the now removed
--orphans CLI flag) for detecting orphaned Rust source files within projects.
Changed
- Renamed generate tree command to structure, promoting it to a top-level
command.
- Renamed generate graph command to dependencies, promoting it to a top-level
command.
- Made structure command include types, traits, and fns by default
Use --no-types, --no-traits, --no-fns to opt-out.
- Made dependencies command include uses, externs, types, traits, and fns by
default. Use --no-modules, --no-uses, --no-externs, --no-types, --no-traits,
--no-fns to opt-out.
- Updated dependencies:
- rust-analyzer from 0.0.188 to 0.0.189
Removed
- Removed generate top-level CLI command, promoting its sub-commands to
top-level commands.
- Removed the --orphans CLI flag from structure command (née generate tree).
- Removed global CLI option --sysroot & --no-sysroot.
- Removed global CLI option --no-cfg-test.
- Removed CLI selection options for structure command:
- Removed CLI option --types
- Removed CLI option --traits
- Removed CLI option --fns
- Removed CLI option --tests
- Removed CLI option --no-tests
Removed CLI selection options for dependencies command:
- Removed CLI option --modules
- Removed CLI option --uses
- Removed CLI option --externs
- Removed CLI option --types
- Removed CLI option --traits
- Removed CLI option --fns
- Removed CLI option --tests
- Removed CLI option --no-tests
Files: