Skip to content

Commit

Permalink
feat(geckodriver): bump to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jan 23, 2020
1 parent 6180006 commit 57968d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/webdriver/geckodriver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use target;

// Keep it up to date with each `wasm-pack` release.
// https://github.com/mozilla/geckodriver/releases/latest
const DEFAULT_GECKODRIVER_VERSION: &str = "v0.24.0";
const DEFAULT_GECKODRIVER_VERSION: &str = "v0.26.0";

const GECKODRIVER_LAST_UPDATED_STAMP: &str = "geckodriver_last_updated";
const GECKODRIVER_VERSION_STAMP: &str = "geckodriver_version";
Expand Down

0 comments on commit 57968d8

Please sign in to comment.