diff options
| author | dirreke <mingyang_ge@163.com> | 2023-09-14 16:56:49 +0800 |
|---|---|---|
| committer | dirreke <mingyang_ge@163.com> | 2023-09-14 16:56:49 +0800 |
| commit | b8044774ffc863f559cf563baa9d7e8dbe4faac8 (patch) | |
| tree | 6a09a4148a86aa5f0b602d376a61f420531c04dc /library/std | |
| parent | c728bf3963433062b91bd84ffcb37d15416b800e (diff) | |
| download | rust-b8044774ffc863f559cf563baa9d7e8dbe4faac8.tar.gz rust-b8044774ffc863f559cf563baa9d7e8dbe4faac8.zip | |
Bump libc to 0.2.148
Diffstat (limited to 'library/std')
| -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 33c9c6e63c1..416e43e17e9 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } -libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true } +libc = { version = "0.2.148", default-features = false, features = ['rustc-dep-of-std'], public = true } compiler_builtins = { version = "0.1.100" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } |
