diff --git a/Cargo.lock b/Cargo.lock index fde60a1..778a811 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index a283774..ea1fe10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbindgen" -version = "0.3.2" +version = "0.3.3" authors = ["Jeff Muizelaar ", "Kartikaya Gupta ", "Ryan Hunt "]