aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-10 18:34:35 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-10 18:34:35 +0800
commit7d5e353c53790437fa0fba7393e89e00f846b554 (patch)
tree35e7eb1b001dc64719ff6674a4a3ce4998691f1d
parenta79c750e9a74558a18f588f155a9da72cf6d639d (diff)
Fix repository URL in Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 665f9f6..cf4b1c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ env_logger = "0.11"
version = "0.2.0"
edition = "2024"
license = "MIT OR Apache-2.0"
-repository = "https://github.com/catilgrass/mingling"
+repository = "https://github.com/mingling-rs/mingling"
[profile.dev]
opt-level = 0