Weihang Lo

Results 766 comments of Weihang Lo

There exists a [`cargo-update` crate](https://crates.io/crates/cargo-update). Does it fit this use case?

For the SemVer compatibility cargo/crates.io repecting to, [The Cargo Book gets a nice chapter](https://doc.rust-lang.org/cargo/reference/semver.html#change-categories), and it seems that under `0.y.x` any `y` change is considered as major release. > This...

I am not a member cargo team, so the followings are only my 2 cents. As Rust getting popular, the small cargo team cannot handle all these feature requests and...

`cargo_metadata` is a consumer of the output of [`cargo metadata`](https://doc.rust-lang.org/cargo/commands/cargo-metadata.html) command. `cargo metadata` sets `"edition": "2015"` when the field is missing in `Cargo.toml`. I don't think this crate `cargo_metadata` can...

My personal stance would be like: the lint should either be implemented in Cargo or reuse the TOML manifest parser in Cargo. Either way, I agree `cargo_metadata` at this point...

Could you run `ifconfig lo0` or something similar, and check if the loopback device is up and 127.0.0.1 is its address?

Have a shot-in-the-dark. @abhillman could you help verify it? https://github.com/rust-lang/cargo/pull/13907

Cargo uses relative paths to workspace root for path dependencies to generate stable hashes. This causes an issue () when sharing target directories between package with the same name and...

I am going to close due to lack of a minimal set of steps to reproduce, and it has been inactive for a while. Feel free to open a new...

See. > Yes, one of the future possibilities listed in the RFC is for cargo to have configurable lints.