Skip to content

Commit 5996c3e

Browse files
authored
Upgrade duckdb-loadable-macros (#354)
1 parent 4d227f7 commit 5996c3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ members = [
1010
version = "1.0.0"
1111
authors = ["wangfenjin <[email protected]>"]
1212
edition = "2021"
13-
repository = "https://github.com/wangfenjin/duckdb-rs"
14-
homepage = "https://github.com/wangfenjin/duckdb-rs"
13+
repository = "https://github.com/duckdb/duckdb-rs"
14+
homepage = "https://github.com/duckdb/duckdb-rs"
1515
documentation = "http://docs.rs/duckdb/"
1616
readme = "README.md"
1717
keywords = ["duckdb", "database", "ffi"]
@@ -21,7 +21,7 @@ categories = ["database"]
2121
[workspace.dependencies]
2222
duckdb = { version = "1.0.0", path = "crates/duckdb" }
2323
libduckdb-sys = { version = "1.0.0", path = "crates/libduckdb-sys" }
24-
duckdb-loadable-macros = { version = "0.1.1", path = "crates/duckdb-loadable-macros" }
24+
duckdb-loadable-macros = { version = "0.1.2", 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.1"
3+
version = "0.1.2"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)