Skip to content

Commit 919f145

Browse files
authored
fix: bump duckdb-loadable-macro version (#265)
this will allow the updated version to be published
1 parent 36d76c1 commit 919f145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ strum = { version = "0.25", features = ["derive"] }
5858
r2d2 = { version = "0.8.9", optional = true }
5959
calamine = { version = "0.22.0", optional = true }
6060
num = { version = "0.4", optional = true, default-features = false, features = ["std"] }
61-
duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true }
61+
duckdb-loadable-macros = { version = "0.1.1", path="./duckdb-loadable-macros", optional = true }
6262
polars = { version = "0.35.4", features = ["dtype-full"], optional = true}
6363

6464
[dev-dependencies]

duckdb-loadable-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckdb-loadable-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)