From 9558c9626e815af8169d4662490830dc5bc9dffa Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Fri, 14 Jul 2023 09:26:44 -0700 Subject: [PATCH] Removed duplicated dependency (#1066) --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ab5751c104..bed097bf47 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -73,7 +73,6 @@ num-traits = "0.2" ordered-float = "3.6.0" snafu = "0.7.4" log = "0" -half = "=2.2.1" [target.'cfg(target_os = "macos")'.dependencies] accelerate-src = { version = "0.3.2", optional = true }