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

A cryptographically verifiable code review system for the cargo (Rust) package manager.

Results 84 cargo-crev issues
Sort by recently updated
recently updated
newest added

several UX problems: * "review" and "verify" are very similarly named, and the helptext doesn't really disambiguate. "write" and "check" would be more clear. * additionally, to actually do code...

At the present, attempting to install crev with `cargo install cargo-crev` will fail, with the following error (in a dependency). error message (only included for completeness) ``` error[E0283]: type annotations...

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.209. Release notes Sourced from serde's releases. v1.0.209 Fix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @​Mingun) v1.0.208 Support...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.127. Release notes Sourced from serde_json's releases. 1.0.127 Add more removal methods to OccupiedEntry (#1179, thanks @​GREsau) 1.0.126 Improve string parsing on targets that use...

dependencies
rust

Right now, `cargo crev` is heavily oriented towards reviewing the current versions of one’s current dependencies. It would be nice if the user interface provided easy ways to review dependencies...

Checklist: * [ ] `cargo +nightly fmt --all` * [ ] Modify `CHANGELOG.md` if applicable

Bumps [curl-sys](https://github.com/alexcrichton/curl-rust) from 0.4.72+curl-8.6.0 to 0.4.74+curl-8.9.0. Commits a0b49d0 Update to curl 8.9.0 (#566) 9cfd9a7 Update curl to 8.8.0 (#562) c012613 Exclude curl/docs and curl/tests from curl-sys crate (#554) 6b38fc9 Remove...

dependencies
rust

Bumps [gix-path](https://github.com/Byron/gitoxide) from 0.10.8 to 0.10.9. Release notes Sourced from gix-path's releases. gix-path v0.10.9 Bug Fixes Don't assume program files folder locations This checks where program files directories are located...

dependencies
rust

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.63. Release notes Sourced from thiserror's releases. 1.0.63 Documentation improvements 1.0.62 Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309) Commits 915c75e...

dependencies
rust

According to the wiki, `auto-crev-proofs` is the "RECOMMENDED quick way to discover a lot of other users" (quoted verbatim): https://github.com/crev-dev/cargo-crev/wiki/List-of-Proof-Repositories#list-of-repositories That repo appears to be [unmaintained](https://gitlab.com/crev-dev/auto-crev-proofs/-/issues/7) and its CI pipeline...