author | Emilio Cobos Álvarez <emilio@crisal.io> |
Sun, 17 May 2020 17:15:35 +0000 (2020-05-17) | |
changeset 530501 | 6db4b71d0c20c0613d2f96073f505b830917872e |
parent 530500 | e35f1b39ddf0fd159ad9edceb6662ad5ed527d4e |
child 530502 | ecb10a20343f79a0c0f2e364372d0c5934cb2f0f |
push id | 37425 |
push user | rmaries@mozilla.com |
push date | Mon, 18 May 2020 03:47:38 +0000 (2020-05-18) |
treeherder | mozilla-central@b60450442a14 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | eoger |
bugs | 1638676 |
milestone | 78.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
Cargo.lock | file | annotate | diff | comparison | revisions |
--- a/Cargo.lock +++ b/Cargo.lock @@ -2137,31 +2137,31 @@ name = "headers-core" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ "http", ] [[package]] -name = "hex" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" - -[[package]] name = "hermit-abi" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4" dependencies = [ "libc", ] [[package]] +name = "hex" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" + +[[package]] name = "hibitset" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47e7292fd9f7fe89fa35c98048f2d0a69b79ed243604234d18f6f8a1aa6f408d" dependencies = [ "atom", ]