Release 0.8.2

* Improvements to bitflags parsing
This commit is contained in:
Ryan Hunt
2019-03-06 14:15:39 -06:00
parent 90d26107b8
commit 60d8234bf3
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cbindgen"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.8.1"
version = "0.8.2"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]