From f01304fd9d789ddc5d48b5d24f05d4ef3bf8dfc6 Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Wed, 8 Jun 2022 17:06:52 +0000 Subject: [PATCH] Prepare release 0.1.2 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa1f21b..8a2cd14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "datafusion-catalogprovider-glue" description = "Glue as a CatalogProvider for Datafusion" -version = "0.1.0" +version = "0.1.2" homepage = "https://github.com/datafusion-contrib/datafusion-catalogprovider-glue" repository = "https://github.com/datafusion-contrib/datafusion-catalogprovider-glue" readme = "README.md" @@ -25,4 +25,3 @@ datafusion-objectstore-s3 = { version = "0.2.1" } pest = "2.1" pest_derive = "2.1" tokio = { version = "1.18", features = ["macros", "rt", "rt-multi-thread", "sync", "fs"] } -