diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-02-03 14:07:45 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-02-03 18:55:08 +0100 |
commit | 439d89dd62b8f2c6f5f124c4d4feb4cabce53339 (patch) | |
tree | 824f61ed37258fcf6b7ed057e81f5b4dbe270777 | |
parent | 876c5a29a297edfc3b90dbb84e1c303deb64bcc2 (diff) |
Version bump.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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)", @@ -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] |