From b01022e816a1cd8c62a5499c576bb05ea2209a83 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 7 Jul 2021 17:30:22 +0200 Subject: [PATCH] Bump libc to 0.2.98 A new libc release with the MNT_ fixes was released. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 853b99a398..84859c2cf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ targets = [ ] [dependencies] -libc = { git = "https://github.com/rust-lang/libc", rev = "72da7a6a464a5a2a17993b94d94d2ab99bb87db6", features = [ "extra_traits" ] } +libc = { version = "0.2.98", features = [ "extra_traits" ] } bitflags = "1.1" cfg-if = "1.0"