From ed3ae753c2e406c8996fea745ba0f8789d591e7e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 14:09:52 +0800 Subject: fix: Remove duplicate `repository` field from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0b3a36..b0c68c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ repository = "https://github.com/catilgrass/might_be_async" description = "A proc macro that gen both async & sync fn, toggle via feature flag." keywords = ["async", "proc-macro", "macro"] categories = ["development-tools"] -repository = "https://github.com/catilgrass/might_be_async" [lib] proc-macro = true -- cgit