summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJyun-Yan You <jyyou.tw@gmail.com>2016-02-17 21:16:18 +0800
committerJyun-Yan You <jyyou.tw@gmail.com>2016-02-17 21:18:37 +0800
commitb832eb19930f2345b1b8e24398593d3e24e2d1f8 (patch)
tree67b43a4ca9348f50714a12385894cae174589d15
parentbfcc9e16fa3385c4c243beda61a683eb812d19df (diff)
bump version
-rw-r--r--Cargo.toml2
-rw-r--r--bindgen_plugin/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3d358d21..cd58cca5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]