aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-17 19:26:51 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-17 19:26:51 +0800
commit559ad2e9ddec8c74ce2e922224392365101a7396 (patch)
treeacf225b9ef6292c2598c1ce34cb64a9c579768cd /mingling/Cargo.toml
parent89bf57f33a9f0f5a96fc50e272c83d926fa35c4a (diff)
chore!: remove legacy extra_macros feature alias
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index f1439af..7c7993b 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -94,11 +94,6 @@ ron_serde_fmt = ["mingling_core/ron_serde_fmt"]
extras = ["mingling_macros/extras"]
-# - LEGACY -
-# These are old names, will be Breaking Change in the future
-
-extra_macros = ["mingling_macros/extras"]
-
[dependencies]
mingling_core = { workspace = true, optional = true }
mingling_macros = { workspace = true, optional = true }