Skip to content

Commit

Permalink
bump loadable macros version (#389)
Browse files Browse the repository at this point in the history
Bump version of loadable-macros to v0.1.3
  • Loading branch information
samansmink authored Oct 8, 2024
1 parent 71b01f7 commit 2bd811e
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.1.1", path = "crates/duckdb" }
libduckdb-sys = { version = "1.1.1", path = "crates/libduckdb-sys" }
duckdb-loadable-macros = { version = "0.1.2", path = "crates/duckdb-loadable-macros" }
duckdb-loadable-macros = { version = "0.1.3", path = "crates/duckdb-loadable-macros" }
autocfg = "1.0"
bindgen = { version = "0.69", 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.2"
version = "0.1.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 2bd811e

Please sign in to comment.