Skip to content

Commit

Permalink
fix: bump duckdb-loadable-macro version (#265)
Browse files Browse the repository at this point in the history
this will allow the updated version to be published
  • Loading branch information
Mause authored Feb 20, 2024
1 parent 36d76c1 commit 919f145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion duckdb-loadable-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckdb-loadable-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["wangfenjin <wangfenj@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 919f145

Please sign in to comment.