Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created September 9, 2019 16:13
Show Gist options
  • Save andreastt/d2febc5e248d03dd62381d2c964ab85c to your computer and use it in GitHub Desktop.
Save andreastt/d2febc5e248d03dd62381d2c964ab85c to your computer and use it in GitHub Desktop.
% git diff Cargo.toml
diff --git a/testing/mozbase/rust/mozrunner/Cargo.toml b/testing/mozbase/rust/mozrunner/Cargo.toml
index 2dd6e04a6b0d..f24a32dd80d6 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.0" }
plist = "0.5"
[target.'cfg(target_os = "windows")'.dependencies]
% cargo publish --dry-run --allow-dirty
Updating crates.io index
Packaging mozrunner v0.10.0 (/home/ato/src/gecko/testing/mozbase/rust/mozrunner)
Verifying mozrunner v0.10.0 (/home/ato/src/gecko/testing/mozbase/rust/mozrunner)
Downloaded humantime v1.2.0
Downloaded safemem v0.3.2
Downloaded quick-error v1.2.2
Downloaded mozprofile v0.6.0
Compiling libc v0.2.62
Compiling getrandom v0.1.12
Compiling cfg-if v0.1.9
Compiling lazy_static v1.4.0
Compiling ppv-lite86 v0.2.5
Compiling byteorder v1.3.2
Compiling serde v1.0.100
Compiling safemem v0.3.2
Compiling remove_dir_all v0.5.2
Compiling log v0.4.8
Compiling quick-error v1.2.2
Compiling xml-rs v0.8.0
Compiling indexmap v1.2.0
Compiling line-wrap v0.1.1
Compiling humantime v1.2.0
Compiling base64 v0.10.1
Compiling c2-chacha v0.2.2
Compiling rand_core v0.5.1
Compiling rand_chacha v0.2.1
Compiling rand v0.7.0
Compiling tempfile v3.1.0
Compiling mozprofile v0.6.0
Compiling plist v0.5.1
Compiling mozrunner v0.10.0 (/home/ato/src/gecko/target/package/mozrunner-0.10.0)
Finished dev [unoptimized + debuginfo] target(s) in 11.22s
Uploading mozrunner v0.10.0 (/home/ato/src/gecko/testing/mozbase/rust/mozrunner)
warning: aborting upload due to dry run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment