File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/duckdb-loadable-macros Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ members = [
1010version = " 1.0.0"
1111authors = [
" wangfenjin <[email protected] >" ]
1212edition = " 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"
1515documentation = " http://docs.rs/duckdb/"
1616readme = " README.md"
1717keywords = [" duckdb" , " database" , " ffi" ]
@@ -21,7 +21,7 @@ categories = ["database"]
2121[workspace .dependencies ]
2222duckdb = { version = " 1.0.0" , path = " crates/duckdb" }
2323libduckdb-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" }
2525autocfg = " 1.0"
2626bindgen = { version = " 0.69" , default-features = false }
2727byteorder = " 1.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " duckdb-loadable-macros"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments