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 16, 2020
1 parent a75c910 commit b8b2fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.5.2"
version = "0.5.3"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand All @@ -26,7 +26,7 @@ pretty_env_logger = "0.4"
cargo_metadata = "0.9"
structopt = "0.3"
regex = "1"
cbindgen = "0.12"
cbindgen = "0.13.1"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"

0 comments on commit b8b2fdf

Please sign in to comment.