diff --git a/testing/mozbase/rust/mozrunner/Cargo.toml b/testing/mozbase/rust/mozrunner/Cargo.toml index 2dd6e04a6b0d..5dc4c68e55cd 100644 --- a/testing/mozbase/rust/mozrunner/Cargo.toml +++ b/testing/mozbase/rust/mozrunner/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" [dependencies] log = "0.4" -mozprofile = { path = "../mozprofile" } +mozprofile = { path = "../mozprofile", version = "0.6" } plist = "0.5" [target.'cfg(target_os = "windows")'.dependencies]