Skip to content

Commit

Permalink
bump loadable macros (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen authored Feb 10, 2025
1 parent 58a6ad4 commit 4b55ed5
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 @@ -21,7 +21,7 @@ categories = ["database"]
[workspace.dependencies]
duckdb = { version = "1.2.0", path = "crates/duckdb" }
libduckdb-sys = { version = "1.2.0", path = "crates/libduckdb-sys" }
duckdb-loadable-macros = { version = "0.1.3", path = "crates/duckdb-loadable-macros" }
duckdb-loadable-macros = { version = "0.1.4", path = "crates/duckdb-loadable-macros" }
autocfg = "1.0"
bindgen = { version = "0.71.1", default-features = false }
byteorder = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/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.3"
version = "0.1.4"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 4b55ed5

Please sign in to comment.