Skip to content

Commit 910e427

Browse files
committed
Update libc dependency of std to 0.2.126
This is required for the next commit, which uses libc::GRND_INSECURE.
1 parent 01be7f7 commit 910e427

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.125", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.126", 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)