Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2017-04-26 15:57:57 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-04-26 15:59:45 +0300
commitdd567ba607b71aba72970840f8e61ec91f1489dd (patch)
treee3b28da8f2407c993b0a8b3e7a8828e35e7249cf
parent9c888688a1abbbe9aaa1e89edf37ebf0539bea9c (diff)
cargo: release 0.16.1v0.16.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1a13581..258e639 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "geckodriver"
-version = "0.16.0"
+version = "0.16.1"
dependencies = [
"chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.23.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 066c67b..e3bc8d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "geckodriver"
-version = "0.16.0"
+version = "0.16.1"
authors = [
"James Graham <james@hoppipolla.co.uk>",
"Andreas Tolfsen <ato@mozilla.com>",