From 60efaa425197cfa632fde47e4535756efecbcab7 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 18 Mar 2020 14:04:57 +0100 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- src/pkg_config_gen.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2ab86ac..1a442f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-c" -version = "0.5.3" +version = "0.6.0" authors = ["Luca Barbato "] description = "Helper program to build and install c-like libraries" license = "MIT" diff --git a/src/pkg_config_gen.rs b/src/pkg_config_gen.rs index 737bdd27..263be9f3 100644 --- a/src/pkg_config_gen.rs +++ b/src/pkg_config_gen.rs @@ -29,7 +29,6 @@ impl PkgConfig { /// /// Build a pkgconfig structure with the following defaults: /// - /// ``` /// prefix=/usr/local /// exec_prefix=${prefix} /// includedir=${prefix}/include