-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
9 files
+11 −0 | src/cargo/core/compiler/crate_type.rs | |
+123 −62 | src/cargo/core/compiler/lto.rs | |
+6 −2 | src/cargo/core/compiler/mod.rs | |
+7 −1 | src/cargo/core/profiles.rs | |
+7 −4 | src/cargo/ops/registry.rs | |
+1 −8 | src/cargo/util/toml/mod.rs | |
+334 −21 | tests/testsuite/lto.rs | |
+41 −1 | tests/testsuite/publish.rs | |
+1 −14 | tests/testsuite/read_manifest.rs |