From b61ca536428f8e00dea2e1cbb2139a784f14221d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 22 Jul 2026 16:14:41 +0800 Subject: fix: correct repository path in Cargo.toml files Update repository URLs to use underscore instead of hyphen --- arg_picker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arg_picker/Cargo.toml') diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml index d87a844..ac4041d 100644 --- a/arg_picker/Cargo.toml +++ b/arg_picker/Cargo.toml @@ -3,7 +3,7 @@ name = "arg-picker" version = "0.1.0" edition = "2024" license = "MIT OR Apache-2.0" -repository = "https://github.com/mingling-rs/mingling/tree/main/arg-picker" +repository = "https://github.com/mingling-rs/mingling/tree/main/arg_picker" authors = ["Weicao-CatilGrass"] readme = "README.md" description = "A lightweight, type-safe CLI argument parser" -- cgit