diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-01-24 22:32:58 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-01-25 10:14:39 +0100 |
commit | bb63f323955ea31dc1214902d7f2f2c1abc335a1 (patch) | |
tree | c85a2ad86a504383757764f759989be24b4422a3 | |
parent | 0318b741087d45396618eca163274b916e17ccab (diff) |
Version bump, ignore expectations' Cargo.lock
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -2,4 +2,5 @@ target/ *~ ./bindgen-integration/Cargo.lock +./tests/expectations/Cargo.lock #*# @@ -1,6 +1,6 @@ [root] name = "bindgen" -version = "0.20.0" +version = "0.20.1" 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.0" +version = "0.20.1" build = "build.rs" [badges] |