This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 6a8e35031 chore(rust/driver): fix readme paths (#2593)
6a8e35031 is described below
commit 6a8e3503171f9b9e9728a6ae31909fa87d5631fe
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Mon Mar 10 11:14:56 2025 +0100
chore(rust/driver): fix readme paths (#2593)
Closes #2582.
---
rust/driver/datafusion/Cargo.toml | 2 +-
rust/driver/snowflake/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rust/driver/datafusion/Cargo.toml
b/rust/driver/datafusion/Cargo.toml
index 633b39119..dbf4a26ab 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -23,7 +23,7 @@ edition.workspace = true
rust-version = "1.81" # datafusion mrsv
authors.workspace = true
license.workspace = true
-readme.workspace = true
+readme = "README.md"
documentation = "http://docs.rs/adbc_datafusion/"
homepage.workspace = true
repository.workspace = true
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 84ec923b0..fdcd0666e 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -23,7 +23,7 @@ edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
-readme.workspace = true
+readme = "README.md"
documentation = "http://docs.rs/adbc_snowflake/"
homepage.workspace = true
repository.workspace = true