diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-10 18:34:35 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-10 18:34:35 +0800 |
| commit | 7d5e353c53790437fa0fba7393e89e00f846b554 (patch) | |
| tree | 35e7eb1b001dc64719ff6674a4a3ce4998691f1d | |
| parent | a79c750e9a74558a18f588f155a9da72cf6d639d (diff) | |
Fix repository URL in Cargo.toml
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
