diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-07-21 14:59:21 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-07-24 13:28:39 -0700 |
commit | d4da81a5b6931905084a07b0644bdc17536b2999 (patch) | |
tree | b4a7e21986cf61401e76c9bd51c0e2155867be04 | |
parent | e9f452b958fd6a672bfbe5badc9b5c9626be4e34 (diff) |
Bump to 0.28.0
-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.27.0" +version = "0.28.0" dependencies = [ "aster 0.41.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.27.0" +version = "0.28.0" build = "build.rs" exclude = [ |