geckodriver: cargo: release 0.16.1

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: dd567ba607b71aba72970840f8e61ec91f1489dd

--HG--
extra : rebase_source : 66d2d9535d91ca7fa173e3da93eeb9a603dda7d6
This commit is contained in:
Andreas Tolfsen 2017-04-26 13:59:45 +01:00
Родитель 6c6316c92c
Коммит cd42e36f6d
2 изменённых файлов: 2 добавлений и 2 удалений

2
testing/geckodriver/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)",

Просмотреть файл

@ -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>",