From ff94b2c6420adbbb915ae42ff85990f56128d6e2 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Wed, 2 Apr 2025 12:05:02 -0700 Subject: [PATCH] relax half version --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f752ea45..26abdd52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ datafusion-execution = "46.0" datafusion-expr = "46.0" datafusion-physical-plan = "46.0" env_logger = "0.11" -half = { "version" = "=2.4.1", default-features = false, features = [ +half = { "version" = "2.1", default-features = false, features = [ "num-traits", ] } futures = "0" @@ -63,15 +63,12 @@ rand = "0.8" regex = "1.10" lazy_static = "1" semver = "1.0.25" - # Temporary pins to work around downstream issues # https://github.com/apache/arrow-rs/commit/2fddf85afcd20110ce783ed5b4cdeb82293da30b chrono = "=0.4.39" # https://github.com/RustCrypto/formats/issues/1684 base64ct = "=1.6.0" - # Workaround for: https://github.com/eira-fransham/crunchy/issues/13 crunchy = "=0.2.2" - # Workaround for: https://github.com/Lokathor/bytemuck/issues/306 bytemuck_derive = ">=1.8.1, <1.9.0"