Skip to content

Commit 49f3f99

Browse files
committed
Update libc dependency of std to 0.2.125.
1 parent ed491d7 commit 49f3f99

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.116", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.125", default-features = false, features = ['rustc-dep-of-std'] }
1919
compiler_builtins = { version = "0.1.71" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)