From 10da99cc31ae0804cb06a1f8d3ef05fb9986c892 Mon Sep 17 00:00:00 2001 From: Jeroen Van Der Donckt Date: Mon, 13 Feb 2023 20:30:11 +0100 Subject: [PATCH] :unlock: set non-wildcard arrow dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5581ec4..dfbc76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms", "mathematics", "science"] num-traits = { version = "0.2.15", default-features = false } half = { version = "2.1.0", default-features = false, features=["num-traits"], optional = true } ndarray = { version = "0.15.6", default-features = false, optional = true} -arrow = { version = "*", default-features = false, optional = true} +arrow = { version = ">0", default-features = false, optional = true} # once_cell = "1.16.0" [features]