From fd6ca5c8204086ea8734983dd87f7ea460074691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Milenkovi=C4=87?= Date: Fri, 5 Apr 2024 08:23:41 +0100 Subject: [PATCH] Update df v37 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 295b9d0..caec7cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ license = "MIT" [dependencies] tokio = { version = "^1.36", features = ["rt-multi-thread"]} -# datafusion = { version = "36" } -datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" } +datafusion = { version = "37.0" } +# datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" } thiserror = { version = "1.0"} log = { version = "0.4" } tch = { version = "0.15", features = ["download-libtorch"] }