Releases: killercup/cargo-edit
Releases · killercup/cargo-edit
v0.1.5
- Add the correct crate name (e.g., with a dash instead of an underscore, as seen on crates.io) notify user (#98 by @sinkuu)
- Fix bug to allow adding multiple crates at once (#99 by @sebasgarcep)
- Don't add yanked versions (#100 by @sebasgarcep)
- Update dependencies
v0.1.4
v0.1.3
- Add multiple crates at the same time:
cargo add regex nom
(#59, #76) - Fix some problem when installing with
cargo install cargo-edit
(#68, #77) - Better errors when parsing an invalid
Cargo.toml
file (#81) - Automatically infer crates names when adding Github/Gitlab/path crates (#14, #83)
- Add target-specific crates:
cargo add --target i686-unknown-linux-gnu my-package1
(#13, #84) - Specify the SemVer range:
cargo add nom@=1.0.1
(#61, #89)