Release 0.5.2

This commit is contained in:
Ryan Hunt 2018-03-12 13:28:31 -05:00
parent 79225035d4
commit 0118a24135
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -23,7 +23,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cbindgen"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"clap 2.31.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.5.1"
version = "0.5.2"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]