diff options
author | Jyun-Yan You <jyyou.tw@gmail.com> | 2016-02-17 21:16:18 +0800 |
---|---|---|
committer | Jyun-Yan You <jyyou.tw@gmail.com> | 2016-02-17 21:18:37 +0800 |
commit | b832eb19930f2345b1b8e24398593d3e24e2d1f8 (patch) | |
tree | 67b43a4ca9348f50714a12385894cae174589d15 | |
parent | bfcc9e16fa3385c4c243beda61a683eb812d19df (diff) |
bump version
-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] |