Update the version to 0.3.3

This commit is contained in:
Ryan Hunt
2017-12-14 11:57:02 -06:00
parent f0d6d67435
commit bcd532f674
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -20,7 +20,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cbindgen"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.3.2"
version = "0.3.3"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]