Skip to content

Commit c19dbe8

Browse files
Rollup merge of rust-lang#115839 - Dirreke:bump-libc, r=dtolnay
Bump libc to 0.2.148
2 parents 9fd391f + 5a9c7d5 commit c19dbe8

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
@@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1717
panic_unwind = { path = "../panic_unwind", optional = true }
1818
panic_abort = { path = "../panic_abort" }
1919
core = { path = "../core", public = true }
20-
libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
20+
libc = { version = "0.2.148", default-features = false, features = ['rustc-dep-of-std'], public = true }
2121
compiler_builtins = { version = "0.1.100" }
2222
profiler_builtins = { path = "../profiler_builtins", optional = true }
2323
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)