Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Mar 21, 2020
1 parent 3d781d5 commit 60efaa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.5.3"
version = "0.6.0"
authors = ["Luca Barbato <[email protected]>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/pkg_config_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ impl PkgConfig {
///
/// Build a pkgconfig structure with the following defaults:
///
/// ```
/// prefix=/usr/local
/// exec_prefix=${prefix}
/// includedir=${prefix}/include
Expand Down

0 comments on commit 60efaa4

Please sign in to comment.