Skip to content

Releases: killercup/cargo-edit

v0.1.5

03 Jan 11:01
Compare
Choose a tag to compare
  • 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

03 Jan 10:27
Compare
Choose a tag to compare

Update dependencies and remove lint to make it compile with Rust 1.15 beta.

v0.1.3

23 Jul 11:19
Compare
Choose a tag to compare
  • 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)

v0.1.2

23 Jul 11:03
Compare
Choose a tag to compare

Version 0.1.1 didn't work because it was invalidly packaged by cargo.

v0.1.1

03 Feb 20:48
Compare
Choose a tag to compare
  • Update dependencies
  • Fix private_in_public warnings

0.1.0

21 Nov 15:59
Compare
Choose a tag to compare

First release to crates.io