| tag | bb4f8c5246cdd0f802d8a4a72424c3fd953a6751 | |
|---|---|---|
| tagger | Mark Rousskov <mark.simulacrum@gmail.com> | Thu May 19 10:10:47 2022 -0400 |
| object | a028ae42fc1376571de836be702e840ca8e060c2 |
0.62.0 release
| commit | a028ae42fc1376571de836be702e840ca8e060c2 | [log] [tgz] |
|---|---|---|
| author | bors <bors@rust-lang.org> | Fri Apr 29 22:38:54 2022 +0000 |
| committer | bors <bors@rust-lang.org> | Fri Apr 29 22:38:54 2022 +0000 |
| tree | 2e843b66bea1709b1c00bcb64276365c17079258 | |
| parent | 1ef1e0a12723ce9548d7da2b63119de9002bead8 [diff] | |
| parent | 4467b47b2c6d23a5e414e066bc75cf90944f571c [diff] |
Auto merge of #10616 - Muscraft:move-workspace-inheritance-docs, r=ehuss move workspace inheritance unstable docs to the correct place While finalizing everything for workspace inheritance it was noticed that the unstable docs for workspace inheritance were in the wrong area. They were moved to the correct place [in this PR](https://github.com/rust-lang/cargo/pull/10609), but it looks like the docs will be in the wrong place for 1.61.0. This should backport the change to 1.61.0
Cargo downloads your Rust project’s dependencies and compiles your project.
To start using Cargo, learn more at The Cargo Book.
To start developing Cargo itself, read the Cargo Contributor Guide.
Code documentation: https://docs.rs/cargo/
Cargo is distributed by default with Rust, so if you've got rustc installed locally you probably also have cargo installed locally.
Cargo requires the following tools and packages to build:
gitcurl (on Unix)pkg-config (on Unix, used to figure out the libssl headers/libraries)libssl-dev package on ubuntu)cargo and rustcFirst, you'll want to check out this repository
git clone https://github.com/rust-lang/cargo cd cargo
With cargo already installed, you can simply run:
cargo build --release
Cargo is designed to be extensible with new subcommands without having to modify Cargo itself. See the Wiki page for more details and a list of known community-developed subcommands.
Cargo releases coincide with Rust releases. High level release notes are available as part of Rust's release notes. Detailed release notes are available in this repo at CHANGELOG.md.
Found a bug? We'd love to know about it!
Please report all issues on the GitHub issue tracker.
See the Cargo Contributor Guide for a complete introduction to contributing to Cargo.
Cargo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/).
In binary form, this product includes software that is licensed under the terms of the GNU General Public License, version 2, with a linking exception, which can be obtained from the upstream repository.
See LICENSE-THIRD-PARTY for details.