Skip to content

Commit 2bd811e

Browse files
authored
bump loadable macros version (#389)
Bump version of loadable-macros to v0.1.3
1 parent 71b01f7 commit 2bd811e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ categories = ["database"]
2121
[workspace.dependencies]
2222
duckdb = { version = "1.1.1", path = "crates/duckdb" }
2323
libduckdb-sys = { version = "1.1.1", path = "crates/libduckdb-sys" }
24-
duckdb-loadable-macros = { version = "0.1.2", path = "crates/duckdb-loadable-macros" }
24+
duckdb-loadable-macros = { version = "0.1.3", path = "crates/duckdb-loadable-macros" }
2525
autocfg = "1.0"
2626
bindgen = { version = "0.69", default-features = false }
2727
byteorder = "1.3"

crates/duckdb-loadable-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckdb-loadable-macros"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)