Release 0.8.3

This commit is contained in:
Ryan Hunt 2019-03-29 14:25:30 -05:00
parent 1e5c636a52
commit ba02367253
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cbindgen"
version = "0.8.2"
version = "0.8.3"
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)",

View File

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