diff --git a/Cargo.lock b/Cargo.lock index c4c0cfc..e8e0a92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cbindgen" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f0200cd..7d9f47e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbindgen" -version = "0.6.0" +version = "0.6.1" authors = ["Jeff Muizelaar ", "Kartikaya Gupta ", "Ryan Hunt "]