forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit b13a71a
Auto merge of rust-lang#123081 - Muscraft:update-cargo, r=Muscraft,workingjubilee
Update cargo
5 commits in a510712d05c6c98f987af24dd73cdfafee8922e6..499a61ce7a0fc6a72040084862a68b2603e770e8
2024年03月25日 03:45:54 +0000 to 2024年03月26日 04:17:04 +0000
- fix: do not borrow shell across registry query (rust-lang/cargo#13647)
- Do not strip debuginfo by default for MSVC (rust-lang/cargo#13630)
- chore(deps): update msrv (rust-lang/cargo#13577)
- Fix doc collision for lib/bin with a dash in the inferred name. (rust-lang/cargo#13640)
- refactor: Make lint names snake_case (rust-lang/cargo#13635)
r? ghost1 file changed
+1
-1
lines changed- Cargo.lock+5-5
- Cargo.toml+2-2
- crates/cargo-util-schemas/Cargo.toml+1-1
- 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+2-2
- src/cargo/core/workspace.rs+8-3
- src/cargo/ops/cargo_compile/mod.rs+12-1
- src/cargo/ops/cargo_compile/unit_generator.rs+3-1
- src/cargo/ops/cargo_generate_lockfile.rs+35-21
- src/cargo/util/lints.rs+2-2
- tests/testsuite/doc.rs+22
- tests/testsuite/lints_table.rs+42
- tests/testsuite/profiles.rs+27
- tests/testsuite/run.rs+2
0 commit comments