diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-01 22:42:41 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-01 22:42:41 +0800 |
| commit | 0f9ca0745e3e80c751404f45cb2b97d4d14c97d3 (patch) | |
| tree | 20d1c5c93b11397db27263820e3863bbb2ac11e5 /mingling/Cargo.toml | |
| parent | e2050f6b6694733931edc6363194197c323b7d25 (diff) | |
refactor!: rename `extra_macros` feature to `extras`HEADmainfeat/new-pipeline-model
Update all references across docs, examples, and configuration files to
use the shorter `extras` feature name.
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 9bf82a7..6f1cc16 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -33,7 +33,7 @@ features = [ "parser", "picker", "clap", - "extra_macros", + "extras", ] [features] @@ -88,13 +88,15 @@ yaml_serde_fmt = ["mingling_core/yaml_serde_fmt"] toml_serde_fmt = ["mingling_core/toml_serde_fmt"] ron_serde_fmt = ["mingling_core/ron_serde_fmt"] -extra_macros = ["mingling_macros/extra_macros"] +extras = ["mingling_macros/extras"] # Section only shown in docs.rs docs_rs = [] -# This is an old name, will be Breaking Change in the future +# These are old names, will be Breaking Change in the future + builds = ["mingling_core/build"] +extra_macros = ["mingling_macros/extras"] [dependencies] mingling_core = { workspace = true, optional = true } |
