forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
15 files
+7 −6 | CHANGELOG.md | |
+4 −4 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+7 −3 | crates/semver-check/src/main.rs | |
+7 −2 | src/cargo/ops/registry.rs | |
+0 −85 | src/cargo/sources/registry/index.rs | |
+9 −3 | src/cargo/sources/registry/mod.rs | |
+22 −2 | src/cargo/util/config/mod.rs | |
+6 −2 | src/doc/README.md | |
+43 −0 | src/doc/src/reference/semver.md | |
+114 −6 | src/doc/src/reference/unstable.md | |
+22 −20 | tests/testsuite/cargo_env_config.rs | |
+1 −1 | tests/testsuite/https.rs | |
+2 −3 | tests/testsuite/registry.rs | |
+72 −1 | tests/testsuite/registry_auth.rs |