summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-01-25 01:15:31 -0800
committerGitHub <noreply@github.com>2017-01-25 01:15:31 -0800
commit146df32b77947fbfa4f5eabc12511b4d49544738 (patch)
tree851cfa0559b0fce62c651527149f7dbd646187aa
parent3885130c0f04ec572bf7fea4dd85fcfc8acbc9fc (diff)
parentbb63f323955ea31dc1214902d7f2f2c1abc335a1 (diff)
Auto merge of #438 - emilio:bump, r=fitzgen
Version bump, ignore expectations' Cargo.lock r? @fitzgen or @Yamakaky
-rw-r--r--.gitignore1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7c2aef66..e9421ffc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
target/
*~
./bindgen-integration/Cargo.lock
+./tests/expectations/Cargo.lock
#*#
diff --git a/Cargo.lock b/Cargo.lock
index 27f54915..fb1d0a95 100644
--- a/Cargo.lock
+++ b/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)",
diff --git a/Cargo.toml b/Cargo.toml
index bf853263..f357ec38 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.0"
+version = "0.20.1"
build = "build.rs"
[badges]