cargo-edit icon indicating copy to clipboard operation
cargo-edit copied to clipboard

A utility for managing cargo dependencies from the command line.

Results 90 cargo-edit issues
Sort by recently updated
recently updated
newest added

Howdy! I'm trying to install this package but I get a strange ssl error when I compile: ``` = note: ld: /tmp/cargo-installx1Xcyf/release/deps/libtime-bebaf4ff4764550e.rlib(time-bebaf4ff4764550e.time.6annjl8s-cgu.1.rcgu.o): in function `time::tzset': time.6annjl8s-cgu.1:(.text._ZN4time5tzset17hc62cbc26919cc829E+0x2): warning: warning: reference to...

Hi there! First of all: Thanks for the project. It is great! I've been working on [crossgen](https://github.com/yoshuawuyts/crossgen) to get support to build cross platform libs using Travis and Appveyor. Sadly,...

help wanted
new command

error-chain is deprecated and the error types should be migrated to https://github.com/dtolnay/thiserror

enhancement
help wanted
easy
dependencies

Just saw the new release of the [fail](https://docs.rs/fail/0.3.0/fail/) crate, which allows easily injecting error scenarios. This lets us write tests that assert we handle these errors in a graceful way,...

enhancement
help wanted
easy

https://coveralls.io/github/killercup/cargo-edit would seem to suggest that coveralls has seen no coverage data since 2016. We've currently got the following in `.travis.yml': ```yaml - env COVERAGE_TESTING=1 travis-cargo --only stable coveralls --no-sudo...

infrastructure

See https://github.com/killercup/cargo-edit/pull/153#pullrequestreview-54449106 It would be nice to: - [x] Switch to a more modern means of handling errors - `error-chain` instead of `quick_error` and `Box` - [ ] Introduce some...

enhancement

Quite often during development when I want to test out how changes in a deeper dependency affect a crate, I add that dependency to the `paths` attribute of `.cargo/config`. (and...

enhancement
help wanted
new command

When using a local registry, I get: ``` ❯ cargo upgrade Error: Invalid cargo config ```

bug
cargo-upgrade

The current design for `cargo upgrade` is as a replacement for `cargo update` but we only do recursive compatible upgrades if we modified one of the root crates. You can't...

bug
cargo-upgrade

When I run `cargo upgrade --compatible ignore --incompatible allow` (after running `cargo update` separately), I get a table of dependencies whose version in `Cargo.toml` doesn't match the locked version. In...

cargo-upgrade