Releases: jam1garner/cargo-skyline
Releases · jam1garner/cargo-skyline
Version 3.0.0
What's Changed
- Build system overhaul
- Now uses build-std to allow for easier iteration of changes
- For end users this means more up-to-date Rust features
- Adds support for the full set of tools included in the standard toolchain (clippy, rustdoc, miri, etc)
- Now uses build-std to allow for easier iteration of changes
- Rewritten auto-updater
- Supports new build system
- Automatically detects the nightly to install as a base for the custom toolchain
- Progress indicators when downloading and installing
- clippy/check
- Support arguments for
cargo skyline clippy
(allows specifying features, allows/denies) - Add support for json output for use with rust-analyzer
- Support arguments for
- Plugin Creation
new
subcommand now is faster and works entirely offlinenew
no longer has existing git history on new projects, so you aren't accidentally crediting template contributors unintentionally anymore- New project template has been made from scratch to be more minimal and not include unnecessary files
- Add warning for
.cargo/config
file which is no longer necessary - Minor bugfixes and dependency updates
Thanks to
- @Raytwo - testing, bug fixes, rust-src rebases, being great
- @Nnubes256 - json output support
- Everyone who used the 3.0 beta and put it through its paces
Install
cargo install cargo-skyline
or
cargo skyline self-update