webdriver: Update version number to 0.14.0

Source-Repo: https://github.com/mozilla/webdriver-rust
Source-Revision: 5cb152ecafb011a32c108c6f48cee05fd780d1ad

--HG--
extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000
extra : subtree_revision : b3b48f067e6e2af23ac92d9614f37f29128b8b42
This commit is contained in:
James Graham 2016-09-06 15:59:55 +01:00
Родитель 0892da1faa
Коммит 8a47f8db3f
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1,16 +1,16 @@
[package]
name = "webdriver"
version = "0.13.0"
version = "0.14.0"
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
repository = "https://github.com/jgraham/webdriver-rust"
license = "MPL-2.0"
[dependencies]
log = "0.3.5"
regex = "0.1.47"
rustc-serialize = "0.3.16"
log = "0.3"
regex = "0.1"
rustc-serialize = "0.3"
hyper = {version = "0.9", default-features = false}
cookie = {version = "0.2.4", default-features = false}
cookie = {version = "0.2", default-features = false}
time = "0.1"