This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-horaedb-client-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 33ffc9f chore: fix repository address in cargo.toml (#49)
33ffc9f is described below
commit 33ffc9f5bdf3790fcda55eb8616a131012490e80
Author: Suyan <[email protected]>
AuthorDate: Wed May 15 11:42:30 2024 +0800
chore: fix repository address in cargo.toml (#49)
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 6e58eb5..d026f66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ name = "horaedb-client"
version = "1.0.2"
authors = ["HoraeDB Authors"]
edition = "2021"
-repository = "https://github.com/CeresDB/horaedb-client-rs"
+repository = "https://github.com/apache/incubator-horaedb-client-rs"
license = "Apache-2.0"
description = "Rust implementation of HoraeDB client."
readme = "README.md"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]