diff options
Diffstat (limited to 'safe_libc')
-rw-r--r-- | safe_libc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/safe_libc/Cargo.toml b/safe_libc/Cargo.toml index 3741877..03d9b94 100644 --- a/safe_libc/Cargo.toml +++ b/safe_libc/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = { version = "0.2.69", default-features = false } +libc = { version = "0.2.70", default-features = false } |