From a3adc1d6859b887457c6ae4821ddad1802dad784 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 7 Mar 2022 09:56:45 -0500 Subject: [PATCH] try dropping arrayvec to 0.4.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25755d5..4733c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,8 @@ simd_asm = ["simd_opt"] std = [] [dependencies] -arrayvec = { version = "0.5.1", default-features = false } +arrayvec = { version = "0.4.0", default-features = false } + constant_time_eq = "0.1.0" [dev-dependencies]