Skip to content

Commit f3c7700

Browse files
committed
std update libc version and freebsd image build dependencies
1 parent 6ea17d4 commit f3c7700

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

0 commit comments

Comments
 (0)