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-02-01 17:52:01 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-02-01 17:52:01 +0300
commitb9ac4100ddd6f2d28a90ba35801f1acad3812568 (patch)
tree932b09612b602fa87db218a49d788cc1742427dc
parent9c31c0eda6968b0e8f867de650f33515185aa1f4 (diff)
cargo: check in new version number
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f60259e..876d0ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "geckodriver"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.20.1 (registry+https://github.com/rust-lang/crates.io-index)",