]> git.proxmox.com Git - cargo.git/commit
Only show advice to use `cargo update --precise` for non-local packages
authorJosh Triplett <josh@joshtriplett.org>
Tue, 2 Aug 2022 17:50:46 +0000 (10:50 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Mon, 8 Aug 2022 17:37:15 +0000 (10:37 -0700)
commit934e79072ab40891e6e7dacadad0505f6029515c
tree17898eb96f8b12e9db1444a13689d92090dbddbc
parentdcbb4333408e8ca4505215de7700edad728baf31
Only show advice to use `cargo update --precise` for non-local packages

Packages in the local workspace can't get updated this way; the user
just needs to point to a different source, or otherwise update the
package themselves.
src/cargo/ops/cargo_compile.rs
tests/testsuite/rust_version.rs