From 7d5e353c53790437fa0fba7393e89e00f846b554 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Wed, 10 Jun 2026 18:34:35 +0800 Subject: Fix repository URL in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit