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

Hi. Thanks for this tool which we rely on heavily for our releases. I have an infelicity to report: ### To reproduce ``` git clone https://gitlab.torproject.org/tpo/core/arti cd arti git checkout...

bug
cargo-set-version

When I run `cargo upgrade` it gets stuck at `Updating 'https://github.com/rust-lang/crates.io-index' index` (for at least 10 minutes). `cargo update` is fast, as is other, built in, cargo operations. It appears...

cargo-upgrade

For example, here's the output of `cargo upgrade --incompatible=allow --pinned=allow`: ![Screenshot 2023-10-11 at 3 24 23 PM](https://github.com/killercup/cargo-edit/assets/225668/99269941-3e57-4a2f-82f2-37c30f338183) Note that it incorrectly detects the latest versions of most of the packages....

cargo-upgrade

cargo upgrade not upgrade version with path (for example xstr = { version = "0.1.4", path = "../xstr" } )

cargo-upgrade

I would like to add an option to allow downgrade version when using `set-version` command. In my use case this feature is necessary since our CI/CD needs to create dev...

cargo-edit v0.12.2 macos v14 rust & cargo 1.73 `cargo install cargo-edit` ``` = note: ld: warning: ignoring duplicate libraries: '-liconv' ld: warning: no platform load command found in '/private/var/folders/nl/cp7jwlld7nqdl1k46fp2glsm0000gn/T/rustcE575LS/symbols.o', assuming:...

Hello, I am not using crates-io, my `config.toml` looks like this: ``` [registries] my-registry = { index = "sparse+https://" } [source.crates-io] replace-with = "my-registry" ``` I can build fine with...

Hi, running `cargo upgrade` gets stuck when using the sparse registry protocol. (It may be cloning the entire registry, but I'd rather not wait to find out) The issue is...

cargo-upgrade

When I used `cargo upgrade -i --recursive` on my project with lots of outdated dependencies, it upgraded only part of them. I needed to use `cargo update` afterwards to upgrade...

cargo-upgrade

Running `cargo upgrade` with `--verbose` flag produces the same content as without it. Only adding a second flag to create `--verbose --verbose` makes a difference. I'm using cargo-edit-upgrade 0.12.0. ###...

cargo-upgrade