From 3cf84ffb6af4a4a67b964db6b0d586c2a5f9dd91 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Sun, 10 Mar 2024 14:44:48 -0700 Subject: [PATCH] feat: update exon to v0.12 (#107) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5896b7..40306c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "biobear" [dependencies] arrow = { version = "50.0.0", features = ["pyarrow"] } datafusion = "36" -exon = { version = "0.11.1", features = ["all"] } +exon = { version = "0.12.0", features = ["all"] } pyo3 = "0.20" tokio = { version = "1", features = ["rt"] }