Skip to content

Commit

Permalink
Update for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 20, 2015
1 parent c0b65a0 commit 0e2e4ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wires"
version = "0.1.0"
version = "0.2.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"
Expand All @@ -15,9 +15,7 @@ rustc-serialize = "0.3.14"
uuid = "0.1.17"
mozrunner = "0.1.0"
mozprofile = "0.1.0"
webdriver = "0.2.0"

[dependencies.argparse]
git = "https://github.com/tailhook/rust-argparse.git"

[dependencies.webdriver]
git = "https://github.com/jgraham/webdriver-rust.git"

0 comments on commit 0e2e4ab

Please sign in to comment.