From 40726e1825dcfee7ee09b9b5cffbbcf5c62a9027 Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Wed, 20 Jul 2022 22:32:11 -0400 Subject: [PATCH] Update libc dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 337e403..f712fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" keywords = [ "crypto", "cryptography", "allocator" ] [dependencies] -libc = '0' +libc = '0.2' libsodium-sys = { version = '0.2', optional = true } [target.'cfg(target_family = "unix")'.build-dependencies]