about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorWeihang Lo <me@weihanglo.tw>2022-11-25 22:37:04 +0000
committerWeihang Lo <me@weihanglo.tw>2022-11-27 03:02:08 +0000
commit1e5dad0bef3e06fb96aae47d5fe21051dbda0a40 (patch)
treea6c892e4ee397ac9caaabbb5d6ea614db44c1dee /src
parent8681d4cffcd23bbe619984ab62772a91827a40dc (diff)
downloadrust-1e5dad0bef3e06fb96aae47d5fe21051dbda0a40.tar.gz
rust-1e5dad0bef3e06fb96aae47d5fe21051dbda0a40.zip
Update cargo
5 commits in ba607b23db8398723d659249d9abf5536bc322e5..e027c4b5d25af2119b1956fac42863b9b3242744
2022-11-22 20:52:39 +0000 to 2022-11-25 19:44:46 +0000
- fix: Move off atty to resolve soundness issue (rust-lang/cargo#11420)
- add newline char to `cargo install .` error message for easier reading. (rust-lang/cargo#11401)
- chore: Upgrade to env_logger (rust-lang/cargo#11417)
- Change rustdoc-scrape-examples to be a target-level configuration (rust-lang/cargo#10343)
- temporarily disable test `lto::test_profile` (rust-lang/cargo#11419)
Diffstat (limited to 'src')
m---------src/tools/cargo0
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml2
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/cargo b/src/tools/cargo
-Subproject ba607b23db8398723d659249d9abf5536bc322e
+Subproject e027c4b5d25af2119b1956fac42863b9b324274
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index 07cf89f7d33..a5f0c0f320a 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -75,6 +75,8 @@ features = [
 bstr = { version = "0.2.17", features = ["default"] }
 clap = { version = "3.1.1", features = ["derive", "clap_derive"]}
 curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
+# Ensure `extra_traits` of libc, which is used transitively by Cargo.
+libc = { version = "0.2", features = ["extra_traits"] }
 # Ensure default features of libz-sys, which are disabled in some scenarios.
 libz-sys = { version = "1.1.2" }
 # Ensure default features of regex, which are disabled in some scenarios.