From 45f3f53351102ba8c7a8b062b4306fe93b7d169a Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 30 Sep 2020 12:01:43 -0700 Subject: [PATCH] Add link to Cargo.toml with explanation of packed_simd renaming --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 27d902a4f..8420f4d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,8 @@ byteorder = { version = "^1.2.3", default-features = false, features = ["i128"] digest = { version = "0.9", default-features = false } subtle = { version = "^2.2.1", default-features = false } serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] } +# The original packed_simd package was orphaned, see +# https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161 packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"], optional = true } zeroize = { version = "1", default-features = false }