Skip to content

Commit

Permalink
Merge pull request #15 from luabase/chore/update-repository-link
Browse files Browse the repository at this point in the history
chore(cargo): update repo link
  • Loading branch information
mharrisb1 authored Jan 10, 2025
2 parents 9b9334b + 11b1e4b commit 1845341
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ members = [

[workspace.package]
version = "1.1.3"
authors = ["wangfenjin <[email protected]>"]
authors = ["mharrisb1 <[email protected]>"]
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"]
Expand Down Expand Up @@ -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",
] }

0 comments on commit 1845341

Please sign in to comment.