From de7765b8355913a72b99605f77847e371f9cd119 Mon Sep 17 00:00:00 2001 From: Ionizing Date: Sat, 7 Oct 2023 21:48:24 +0800 Subject: [PATCH] [Cargo.toml] Fix CI compilation error by update memchr version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 029c113..914a6d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ rand = "0.8" byteorder = "1.4" ndrustfft = { git = "https://github.com/preiter93/ndrustfft", rev = "0f431451b6c60eed27f5632b245a3c933d02182c" } paste = "1.0" +memchr = "2.6.4" [dev-dependencies] tempdir = "0.3"