From fe24a0870151cceda8f5aa866681ec3344a6ca31 Mon Sep 17 00:00:00 2001 From: Nathaniel Cook Date: Thu, 19 Sep 2024 08:43:09 -0600 Subject: [PATCH] fix: bump version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0a5f81..eeee4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ arrow-json = "53.0.0" async-stream = "0.3.5" async-trait = "0.1.81" datafusion = "42.0.0" -datafusion-federation = { path = "./datafusion-federation", version = "0.2.1" } +datafusion-federation = { path = "./datafusion-federation", version = "0.2.2" } datafusion-substrait = "42.0.0" futures = "0.3.30" tokio = { version = "1.39.3", features = ["full"] }