From 1f213165948511948e7c146ac0a06d98457c280b Mon Sep 17 00:00:00 2001 From: danield9tqh Date: Mon, 1 Aug 2022 19:41:14 -0400 Subject: [PATCH] update libc deps to 0.2.95 --- cpufeatures/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpufeatures/Cargo.toml b/cpufeatures/Cargo.toml index fa590c68..31b328c8 100644 --- a/cpufeatures/Cargo.toml +++ b/cpufeatures/Cargo.toml @@ -15,10 +15,10 @@ edition = "2018" readme = "README.md" [target.aarch64-apple-darwin.dependencies] -libc = "0.2.68" +libc = "0.2.95" [target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies] -libc = "0.2.68" +libc = "0.2.95" [target.aarch64-linux-android.dependencies] -libc = "0.2.68" +libc = "0.2.95"