diff options
| author | David CARLIER <devnexen@gmail.com> | 2021-07-25 06:02:07 +0100 |
|---|---|---|
| committer | David CARLIER <devnexen@gmail.com> | 2021-07-25 06:02:07 +0100 |
| commit | 5407b42cd87c3f42e46e9ed9cfeb5a8a390d2bc0 (patch) | |
| tree | 752666df80aad219323dc1976453a17c3ee4ffdf /library/std/Cargo.toml | |
| parent | 2b4196e97736ffe75433235bf586989cdb4221c4 (diff) | |
| download | rust-5407b42cd87c3f42e46e9ed9cfeb5a8a390d2bc0.tar.gz rust-5407b42cd87c3f42e46e9ed9cfeb5a8a390d2bc0.zip | |
macos current_exe using directly libc instead.
Diffstat (limited to 'library/std/Cargo.toml')
| -rw-r--r-- | library/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 415d874c7fa..8494563bcd9 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -16,7 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core" } -libc = { version = "0.2.93", default-features = false, features = ['rustc-dep-of-std'] } +libc = { version = "0.2.98", default-features = false, features = ['rustc-dep-of-std'] } compiler_builtins = { version = "0.1.44" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } |
