From 919f145af9cdf3c3a4b70550a73ae9169c4546f6 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Tue, 20 Feb 2024 23:25:33 +0800 Subject: [PATCH] fix: bump duckdb-loadable-macro version (#265) this will allow the updated version to be published --- Cargo.toml | 2 +- duckdb-loadable-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 926697d5..571e9e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ strum = { version = "0.25", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } calamine = { version = "0.22.0", optional = true } num = { version = "0.4", optional = true, default-features = false, features = ["std"] } -duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true } +duckdb-loadable-macros = { version = "0.1.1", path="./duckdb-loadable-macros", optional = true } polars = { version = "0.35.4", features = ["dtype-full"], optional = true} [dev-dependencies] diff --git a/duckdb-loadable-macros/Cargo.toml b/duckdb-loadable-macros/Cargo.toml index 2df54a29..30c40ab2 100644 --- a/duckdb-loadable-macros/Cargo.toml +++ b/duckdb-loadable-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duckdb-loadable-macros" -version = "0.1.0" +version = "0.1.1" authors = ["wangfenjin "] edition = "2021" license = "MIT"