2024-01-14 00:06:31 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.13.4
[0.13.4] - 2024-01-13
Changed
- Updated dependencies:
- rust-analyzer from 0.0.194 to 0.0.196
- assert_cmd from 2.0.12 to 2.0.13
- clap from 4.4.13 to 4.4.16
- rust-analyzer-salsa from 0.17.0-pre.4 to 0.17.0-pre.5
- rust-analyzer-salsa-macros from 0.17.0-pre.4 to 0.17.0-pre.5
Fixed
- Skip impl if type's node can't be found, rather than crashing
|
2024-01-07 20:42:41 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.13.3
Now that we have Rust-1.74.1, restore 0.13.x series from previous downgrade.
[0.13.3] - 2023-01-05
Changed
- Updated dependencies:
- anyhow from 1.0.76 to 1.0.79
- clap from 4.4.11 to 4.4.13
- rust-analyzer from 0.0.190 to 0.0.194
[0.13.2] - 2023-12-27
Changed
- Bumped MSRV from 1.70.0 to 1.74.0
- Updated dependencies:
- anyhow from 1.0.75 to 1.0.76
|
2023-12-22 17:41:07 by Thomas Klausner | Files touched by this commit (3) |
Log message:
cargo-modules: downgrade to 0.12.0.
The 0.13.x series needs rust 1.74
|
2023-12-20 22:37:01 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.13.1
[0.13.1] - 2023-12-20
Changed
- Bumped MSRV from 1.68.2 to 1.70.0
- Updated dependencies:
- rust-analyzer from 0.0.189 to 0.0.190
|
2023-12-17 07:50:32 by pin | Files touched by this commit (3) | |
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
|
2023-12-07 11:27:51 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.12.0
[0.12.0] - 2023-12-05
Added
- Support for detecting methods/type-aliases in impls.
- Support for detecting dependencies from functions and methods.
- Tracing logs for graph/tree building phases (RUST_LOG=cargo_modules=trace …).
Changed
Updated dependencies:
- thread_local from 1.0.0 to 1.1.7
- clap from 4.4.10 to 4.4.11
- memoffset from 0.6.1 to 0.9.0
- rust-analyzer from 0.0.187 to 0.0.188
|
2023-11-29 14:38:16 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.11.2
[0.11.2] - 2023-11-29
Changed
Updated dependencies:
clap from 4.4.8 to 4.4.10
proc-macro2 from 1.0.69 to 1.0.70
rust-analyzer from 0.0.186 to 0.0.187
Switch Github action for Rust toolchain from actions-rs/toolchain@v1 to
dtolnay/rust-toolchain@v1
|
2023-11-26 17:06:52 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.11.1
[0.11.1] - 2023-11-25
Updated dependencies:
- rust-analyzer from 0.0.185 to 0.0.186
|
2023-11-14 22:05:38 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.11.0
[0.11.0] - 2023-11-14
Added
- Support for sorting the output of the generate tree command via --sort-by
<KEY> (where <KEY> is one of name, visibility, or kind) and \
--sort-reversed
CLI options.
|
2023-11-10 12:37:26 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.10.4
[0.10.4] - 2023-11-06
Changed
Updated dependencies:
- rust-analyzer from 0.0.183 to 0.0.184
|