Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit8ecb1f8141
. This reverts commit04d257baa1
. This reverts commit2757c63bd0
. This reverts commit75f4713de5
. This reverts commite88e592111
. This reverts commit783c056d7d
. With hat: portmgr
66 lines
1.9 KiB
Text
66 lines
1.9 KiB
Text
--- Cargo.lock.orig 2021-06-12 14:12:24 UTC
|
|
+++ Cargo.lock
|
|
@@ -62,12 +62,6 @@ name = "cfg-if"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
-version = "0.1.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
-
|
|
-[[package]]
|
|
-name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
@@ -90,7 +84,7 @@ dependencies = [
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
|
dependencies = [
|
|
- "cfg-if 1.0.0",
|
|
+ "cfg-if",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
@@ -100,7 +94,7 @@ dependencies = [
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
|
dependencies = [
|
|
- "cfg-if 1.0.0",
|
|
+ "cfg-if",
|
|
"lazy_static",
|
|
]
|
|
|
|
@@ -110,7 +104,7 @@ dependencies = [
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
|
dependencies = [
|
|
- "cfg-if 1.0.0",
|
|
+ "cfg-if",
|
|
"packed_simd_2",
|
|
]
|
|
|
|
@@ -329,7 +323,7 @@ dependencies = [
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
dependencies = [
|
|
- "cfg-if 1.0.0",
|
|
+ "cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -365,11 +359,11 @@ name = "packed_simd_2"
|
|
|
|
[[package]]
|
|
name = "packed_simd_2"
|
|
-version = "0.3.5"
|
|
+version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0e64858a2d3733fdd61adfdd6da89aa202f7ff0e741d2fc7ed1e452ba9dc99d7"
|
|
+checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
|
|
dependencies = [
|
|
- "cfg-if 0.1.10",
|
|
+ "cfg-if",
|
|
"libm",
|
|
]
|
|
|