Commit ab4e697
committed
submodules: update cargo from ad6e5c00 to 5dbac988
Changes:
Switch to use crates-io as the registry name and don't include publish when registry is not specified
fix redundant pkgid generation
validate some basic properties of a valid resolve
Detail dep name in invalid version error
Fix dashes in rename dependencies.
Bump flate2 to 1.0.3
Add default in config document
Add support for providing a default registry
Add support for registry to new and init
use impl Iterator instead of custom types in `source`
let jetbrains reorder some impls to match the definition
use impl Iterator instead of custom types in resolver and graph
remove Graph::sort as it is unused
fmt
Bump libgit2-sys to 0.7.9
Switch to use registry
Allow registry option for cargo install.
Second attempt at fixing msys terminal width.
Try to improve "version not found" error
Fix typo1 parent 2e84e9c commit ab4e697
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
962 | | - | |
| 962 | + | |
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| |||
1890 | 1890 | | |
1891 | 1891 | | |
1892 | 1892 | | |
1893 | | - | |
| 1893 | + | |
1894 | 1894 | | |
1895 | 1895 | | |
1896 | 1896 | | |
| |||
2134 | 2134 | | |
2135 | 2135 | | |
2136 | 2136 | | |
2137 | | - | |
| 2137 | + | |
2138 | 2138 | | |
2139 | 2139 | | |
2140 | 2140 | | |
| |||
2277 | 2277 | | |
2278 | 2278 | | |
2279 | 2279 | | |
2280 | | - | |
| 2280 | + | |
2281 | 2281 | | |
2282 | 2282 | | |
2283 | 2283 | | |
| |||
3223 | 3223 | | |
3224 | 3224 | | |
3225 | 3225 | | |
3226 | | - | |
| 3226 | + | |
3227 | 3227 | | |
3228 | 3228 | | |
3229 | 3229 | | |
| |||
- Cargo.toml+2-2
- src/bin/cargo/command_prelude.rs+17-2
- src/bin/cargo/commands/init.rs+1
- src/bin/cargo/commands/install.rs+5
- src/bin/cargo/commands/new.rs+1
- src/cargo/core/dependency.rs+26-20
- src/cargo/core/package_id.rs+2-2
- src/cargo/core/registry.rs+17
- src/cargo/core/resolver/mod.rs+11-7
- src/cargo/core/resolver/resolve.rs+31-64
- src/cargo/core/shell.rs+10-9
- src/cargo/core/source/mod.rs+51-45
- src/cargo/core/source/source_id.rs+3-3
- src/cargo/ops/cargo_new.rs+15-1
- src/cargo/sources/config.rs+2-2
- src/cargo/sources/directory.rs+4
- src/cargo/sources/git/source.rs+4
- src/cargo/sources/mod.rs+1-1
- src/cargo/sources/path.rs+7
- src/cargo/sources/registry/mod.rs+6-1
- src/cargo/sources/replaced.rs+8
- src/cargo/util/config.rs+10
- src/cargo/util/graph.rs+14-39
- src/cargo/util/paths.rs+8-11
- src/cargo/util/toml/mod.rs+3-3
- src/doc/src/reference/config.md+1
- src/doc/src/reference/manifest.md+1-1
- tests/testsuite/build.rs+30
- tests/testsuite/directory.rs+42
- tests/testsuite/registry.rs+10-9
- tests/testsuite/rename_deps.rs+25
- tests/testsuite/resolve.rs+48-20
- tests/testsuite/support/resolver.rs+65-13
0 commit comments