From 597d612164889763e35e6178a169932c9f183f43 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Wed, 13 Feb 2019 14:26:40 +0100 Subject: [PATCH] Bump libc version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d72aa8c9..56a0181c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.48" +version = "0.2.49" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"