Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 10, 2025
1 parent 336209e commit cd24a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 36 files
+2 −0 .github/workflows/main.yml
+129 −2 CHANGELOG.md
+49 −45 Cargo.lock
+14 −14 Cargo.toml
+2 −2 crates/cargo-test-macro/Cargo.toml
+0 −7 crates/cargo-test-macro/src/lib.rs
+2 −2 crates/cargo-test-support/Cargo.toml
+30 −0 crates/cargo-test-support/src/cross_compile.rs
+3 −3 crates/cargo-util-schemas/Cargo.toml
+172 −233 crates/cargo-util-schemas/manifest.schema.json
+17 −54 crates/cargo-util-schemas/src/core/source_kind.rs
+1 −0 crates/cargo-util-schemas/src/manifest/mod.rs
+5 −40 crates/cargo-util-schemas/src/schema.rs
+2 −2 crates/cargo-util/Cargo.toml
+2 −2 crates/crates-io/Cargo.toml
+2 −2 credential/cargo-credential-libsecret/Cargo.toml
+2 −2 credential/cargo-credential-macos-keychain/Cargo.toml
+2 −2 credential/cargo-credential-wincred/Cargo.toml
+4 −0 src/cargo/core/compiler/build_context/target_info.rs
+38 −39 src/cargo/core/source_id.rs
+2 −1 src/cargo/ops/cargo_compile/mod.rs
+1 −1 src/cargo/sources/git/known_hosts.rs
+1 −1 src/cargo/sources/git/utils.rs
+27 −7 src/cargo/sources/registry/index/cache.rs
+2 −2 src/cargo/util/context/de.rs
+5 −5 src/cargo/util/interning.rs
+1 −0 src/doc/contrib/src/SUMMARY.md
+47 −0 src/doc/contrib/src/implementation/schemas.md
+2 −2 src/doc/src/reference/pkgid-spec.md
+1 −1 src/doc/src/reference/resolver.md
+4 −4 tests/testsuite/build_script.rs
+35 −0 tests/testsuite/cross_compile.rs
+1 −1 tests/testsuite/https.rs
+73 −1 tests/testsuite/registry.rs
+31 −0 tests/testsuite/rustc.rs
+7 −20 tests/testsuite/standard_lib.rs

0 comments on commit cd24a90

Please sign in to comment.