diff --git a/testing/geckodriver/Cargo.toml b/testing/geckodriver/Cargo.toml index 1cdb78fc3bda..0284d4cbb6f0 100644 --- a/testing/geckodriver/Cargo.toml +++ b/testing/geckodriver/Cargo.toml @@ -7,6 +7,7 @@ keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"] repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver" readme = "README.md" license = "MPL-2.0" +publish = false [dependencies] chrono = "^0.2"