Skip to content

Commit eed8e70

Browse files
committed
Auto merge of rust-lang#90681 - workingjubilee:update-libc, r=JohnTitor
Update libc to 0.2.108 Changelog: https://github.com/rust-lang/libc/releases/tag/0.2.107 https://github.com/rust-lang/libc/releases/tag/0.2.108 Primarily intended to pull in rust-lang/libc@fd331f6 This should help with rust-lang#90044
2 parents 41a8c75 + 83a6d6a commit eed8e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1515
panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }
18-
libc = { version = "0.2.106", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.108", default-features = false, features = ['rustc-dep-of-std'] }
1919
compiler_builtins = { version = "0.1.53" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)