summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindgen/Cargo.toml4
-rw-r--r--libbindgen/Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml
index 22e31ba6..a445df69 100644
--- a/bindgen/Cargo.toml
+++ b/bindgen/Cargo.toml
@@ -11,7 +11,7 @@ license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
-version = "0.17.0"
+version = "0.17.1"
workspace = ".."
[dependencies]
@@ -19,7 +19,7 @@ clang-sys = "0.12"
clap = "2"
libbindgen = { path = "../libbindgen" }
log = "0.3"
-env_logger = "0.3"
+env_logger = "0.4"
rustc-serialize = "0.3.19"
[features]
diff --git a/libbindgen/Cargo.toml b/libbindgen/Cargo.toml
index f5498bc9..0ff11a24 100644
--- a/libbindgen/Cargo.toml
+++ b/libbindgen/Cargo.toml
@@ -12,7 +12,7 @@ license = "BSD-3-Clause"
name = "libbindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
-version = "0.1.6"
+version = "0.1.7"
workspace = ".."
[dev-dependencies]
@@ -38,7 +38,7 @@ version = "0.34"
[dependencies.env_logger]
optional = true
-version = "0.3"
+version = "0.4"
[dependencies.log]
optional = true