Skip to content

Commit 1584bb4

Browse files
author
Jonathan Claudius
committed
Fix the crates ref to point to https://doc.rust-lang.org/cargo
1 parent 0c3851c commit 1584bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/common_for_install_and_uninstall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ where
9292
"the `--vers` provided, `{}`, is \
9393
not a valid semver version requirement\n\n
9494
Please have a look at \
95-
https://doc.crates.io/specifying-dependencies.html \
95+
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html \
9696
for the correct format",
9797
v
9898
),

0 commit comments

Comments
 (0)