Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to webdriver v0.20.0 #15302

Merged
merged 1 commit into from Jan 30, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

webdriver_server, constellation, libservo, servo: upgrade webdriver a…

…nd backtrace

Upgrades to webdriver v0.20.0 and backtrace v0.3
  • Loading branch information
andreastt committed Jan 30, 2017
commit 96ce7dbba257e96efcd16ae400e0c21d1d44ad9b

Some generated files are not rendered by default. Learn more.

@@ -10,7 +10,7 @@ name = "constellation"
path = "lib.rs"

[dependencies]
backtrace = "0.2.1"
backtrace = "0.3"
bluetooth_traits = { path = "../bluetooth_traits" }
canvas = {path = "../canvas"}
canvas_traits = {path = "../canvas_traits"}
@@ -21,7 +21,7 @@ clippy = ["plugins/clippy"]
debugmozjs = ["script/debugmozjs"]

[dependencies]
backtrace = "0.2"
backtrace = "0.3"
bluetooth_traits = {path = "../bluetooth_traits"}
bluetooth = {path = "../bluetooth"}
canvas = {path = "../canvas"}
@@ -26,4 +26,4 @@ servo_config = {path = "../config", features = ["servo"]}
servo_url = {path = "../url", features = ["servo"]}
url = {version = "1.2", features = ["heap_size"]}
uuid = { version = "0.3.1", features = ["v4"] }
webdriver = "0.19"
webdriver = "0.20"
@@ -36,7 +36,7 @@ clippy = ["libservo/clippy"]
debugmozjs = ["libservo/debugmozjs"]

[dependencies]
backtrace = "0.2"
backtrace = "0.3"
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"}
glutin_app = {path = "../../ports/glutin"}
log = "0.3"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.