doc: point to nightly cargo doc

Nightly doc contains more information and rationale for each item.
It's a better fit for those want to extend Cargo's functionality.
This commit is contained in:
Weihang Lo 2023-06-07 10:09:28 +01:00
parent e07efd8eaa
commit 50b4d57aa4
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Cargo downloads your Rust projects dependencies and compiles your project.
[![CI](https://github.com/rust-lang/cargo/actions/workflows/main.yml/badge.svg?branch=auto-cargo)](https://github.com/rust-lang/cargo/actions/workflows/main.yml)
Code documentation: https://docs.rs/cargo/
Code documentation: <https://doc.rust-lang.org/nightly/nightly-rustc/cargo/>
## Installing Cargo