diff options
| author | bors <bors@rust-lang.org> | 2025-04-22 04:44:13 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-22 04:44:13 +0000 | 
| commit | 9bfa31f632912180dc742809bcc51a97f2d7079d (patch) | |
| tree | 5a42c63162e0fc9c3936abde7cb8b5f8d6c27cf9 /library/std | |
| parent | fae7785b60ea7fe1ad293352c057a5b7be73d245 (diff) | |
| parent | ddf01760acda4f9a78823e826a1764c04150100e (diff) | |
| download | rust-9bfa31f632912180dc742809bcc51a97f2d7079d.tar.gz rust-9bfa31f632912180dc742809bcc51a97f2d7079d.zip | |
Auto merge of #140138 - ChrisDenton:rollup-zw7jibi, r=ChrisDenton
Rollup of 5 pull requests Successful merges: - #139981 (Don't compute name of associated item if it's an RPITIT) - #140077 (Construct OutputType using macro and print [=FILENAME] help info) - #140081 (Update `libc` to 0.2.172) - #140094 (Improve diagnostics for pointer arithmetic += and -= (fixes #137391)) - #140128 (Use correct annotation for CSS pseudo elements) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 917a470842c..c02efd997cf 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -35,7 +35,7 @@ miniz_oxide = { version = "0.8.0", optional = true, default-features = false } addr2line = { version = "0.24.0", optional = true, default-features = false } [target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies] -libc = { version = "0.2.171", default-features = false, features = [ +libc = { version = "0.2.172", default-features = false, features = [ 'rustc-dep-of-std', ], public = true } | 
