Skip to content

Commit

Permalink
Fix the crates ref to point to https://doc.rust-lang.org/cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jan 30, 2019
1 parent 0c3851c commit 1584bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/common_for_install_and_uninstall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ where
"the `--vers` provided, `{}`, is \
not a valid semver version requirement\n\n
Please have a look at \
https://doc.crates.io/specifying-dependencies.html \
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html \
for the correct format",
v
),
Expand Down

0 comments on commit 1584bb4

Please sign in to comment.