From 295be1ab1c48239b7a287887be783aea364db81a Mon Sep 17 00:00:00 2001 From: rmeng Date: Thu, 2 May 2024 13:46:31 -0400 Subject: [PATCH] relax half req --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d60c5817..3f2ca77c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ arrow-arith = "51.0" arrow-cast = "51.0" async-trait = "0" chrono = "0.4.35" -half = { "version" = "=2.3.1", default-features = false, features = [ +half = { "version" = "2.4.1", default-features = false, features = [ "num-traits", ] } futures = "0"