diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | bindgen_plugin/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ [package] name = "bindgen" -version = "0.15.0" +version = "0.16.0" description = "A binding generator for Rust" authors = ["Jyun-Yan You <jyyou.tw@gmail.com>"] license = "BSD-3-Clause" diff --git a/bindgen_plugin/Cargo.toml b/bindgen_plugin/Cargo.toml index e770e772..0ebcb16f 100644 --- a/bindgen_plugin/Cargo.toml +++ b/bindgen_plugin/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "bindgen_plugin" -version = "0.15.0" +version = "0.16.0" description = "A binding generator for Rust - compiler plugin" authors = ["Jyun-Yan You <jyyou.tw@gmail.com>"] license = "BSD-3-Clause" [dependencies.bindgen] -version = "*" +version = "0.16.0" path = ".." [features] |