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:
authorJames Graham <james@hoppipolla.co.uk>2016-05-23 20:59:18 +0300
committerJames Graham <james@hoppipolla.co.uk>2016-05-23 21:08:39 +0300
commitfef06db5b23ec4ef62801351c60462d88264b14d (patch)
tree52b8205aeb6d86373ab3069466b24cc715f0f7a6 /Cargo.toml
parentb63976d03475b4a22c4630eae45fc43dcf26b63e (diff)
Change the product name to geckodriver
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd03930..5677265 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "wires"
-version = "0.7.1"
+name = "geckodriver"
+version = "0.8.0"
authors = ["James Graham <james@hoppipolla.co.uk>"]
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
repository = "https://github.com/jgraham/wires"