-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
13 files
+2 −2 | crates/cargo-util/src/paths.rs | |
+1 −1 | credential/cargo-credential-libsecret/src/lib.rs | |
+53 −14 | src/cargo/core/resolver/encode.rs | |
+2 −1 | src/cargo/util/diagnostic_server.rs | |
+3 −1 | src/cargo/util/lockserver.rs | |
+11 −0 | src/cargo/util/network/mod.rs | |
+6 −6 | src/cargo/util/toml/embedded.rs | |
+10 −20 | src/doc/src/reference/build-scripts.md | |
+5 −14 | tests/testsuite/build.rs | |
+5 −1 | tests/testsuite/git.rs | |
+88 −0 | tests/testsuite/patch.rs | |
+65 −0 | tests/testsuite/path.rs | |
+13 −2 | tests/testsuite/standard_lib.rs |