From 3278fdd16f06bdd552aa2b4851f29bf49ce60c04 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 27 Mar 2017 15:35:42 +0100 Subject: [PATCH] webdriver: Update version number for release Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: b4b3ec9ef00b030d09f226fcb7cd97f61725195c committer: Andreas Tolfsen --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : 119f19fe6b4a28137b43265ff4eb5d2a8ddc2d40 --- testing/webdriver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/webdriver/Cargo.toml b/testing/webdriver/Cargo.toml index d6cedcc9352a..ca56196fa1fe 100644 --- a/testing/webdriver/Cargo.toml +++ b/testing/webdriver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webdriver" -version = "0.23.1" +version = "0.24.0" authors = ["Mozilla Tools and Automation "] description = "Library implementing the wire protocol for the W3C WebDriver specification" documentation = "https://docs.rs/webdriver"