Bug 1429511 - Update mozrunner crate repo URL. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Fri, 12 Jan 2018 16:12:30 +0000
changeset 722160 98b03dcab8d3f34239b4074673291afc6ec55825
parent 722159 fdca9c450a48ad723623ba98d6a1c44906ed3984
child 746536 0d4b2cd7e8c33d1c629bac1c56aa20622eb3d8fd
push id96064
push userbmo:ato@sny.no
push dateThu, 18 Jan 2018 14:41:40 +0000
reviewersjgraham
bugs1429511
milestone59.0a1
Bug 1429511 - Update mozrunner crate repo URL. r?jgraham MozReview-Commit-ID: 8NCsKp4q2JQ
testing/mozbase/rust/mozrunner/Cargo.toml
--- a/testing/mozbase/rust/mozrunner/Cargo.toml
+++ b/testing/mozbase/rust/mozrunner/Cargo.toml
@@ -1,17 +1,17 @@
 [package]
 name = "mozrunner"
 version = "0.5.0"
 authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
 description = "Library for starting Firefox binaries."
-repository = "https://github.com/jgraham/rust_mozrunner"
+repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"
 license = "MPL-2.0"
 
 [dependencies]
 log = "0.3"
 mozprofile = "0.3"
 
 [target.'cfg(target_os = "windows")'.dependencies]
 winreg = "0.3.5"
 
 [[bin]]
-name = "firefox-default-path"
\ No newline at end of file
+name = "firefox-default-path"