summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2017-02-03 14:07:45 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2017-02-03 18:55:08 +0100
commit439d89dd62b8f2c6f5f124c4d4feb4cabce53339 (patch)
tree824f61ed37258fcf6b7ed057e81f5b4dbe270777
parent876c5a29a297edfc3b90dbb84e1c303deb64bcc2 (diff)
Version bump.
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 47601996..30584cd7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "bindgen"
-version = "0.20.5"
+version = "0.21.0"
dependencies = [
"aster 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 8ee91b04..7d90a96c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ name = "bindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
documentation = "https://docs.rs/bindgen"
-version = "0.20.5"
+version = "0.21.0"
build = "build.rs"
[badges]