From f867f8be1babca4d6d9cddc92a817519ae845193 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 28 Aug 2018 10:14:45 -0700 Subject: [PATCH] Bump to 0.3.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2dd3cc..6f06af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pkg-config" -version = "0.3.13" +version = "0.3.14" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/pkg-config-rs"