From 11b1e4b66938c7db5d5ad275939e77212f843b3e Mon Sep 17 00:00:00 2001 From: Michael Harris Date: Thu, 9 Jan 2025 22:37:21 -0700 Subject: [PATCH] chore(cargo): update repo link --- Cargo.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76ab260f..a9c9479b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ members = [ [workspace.package] version = "1.1.3" -authors = ["wangfenjin "] +authors = ["mharrisb1 "] edition = "2021" -repository = "https://github.com/duckdb/duckdb-rs" -homepage = "https://github.com/duckdb/duckdb-rs" +repository = "https://github.com/luabase/duckdb-rs" +homepage = "https://github.com/luabase/duckdb-rs" documentation = "http://docs.rs/duckdb/" readme = "README.md" keywords = ["duckdb", "database", "ffi"] @@ -62,4 +62,9 @@ unicase = "2.6.0" url = "2.1" uuid = "1.0" vcpkg = "0.2" -arrow = { version = "53", default-features = false, features = ["prettyprint", "ffi", "json", "chrono-tz"] } +arrow = { version = "53", default-features = false, features = [ + "prettyprint", + "ffi", + "json", + "chrono-tz", +] }