aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-picker
Commit message (Collapse)AuthorAgeFilesLines
* refactor: move example tests into per-example test.toml files魏曹先生20 hours1-0/+41
| | | | | | Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.
* chore(release): bump arg-picker crates to 0.2.0picker-0.2.0魏曹先生5 days1-2/+2
|
* chore: update package versions to 0.4.0 in lock files魏曹先生7 days1-3/+3
|
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生2026-08-011-1/+1
| | | | | Update all references across docs, examples, and configuration files to use the shorter `extras` feature name.
* chore: bump arg-picker and arg-picker-macros to v0.1.1picker-0.1.1魏曹先生2026-07-271-2/+2
|
* feat: add `might_be_async` dependency and update lockfiles魏曹先生2026-07-241-2/+142
| | | | | | | Introduce `might_be_async` as a workspace dependency, add it to `mingling_core`, and regenerate all Cargo.lock files accordingly. Multiple examples and test packages also pick up a newly transitive `equivalent` crate.
* docs(examples): add example `example-argument-picker"`unreleased魏曹先生2026-07-194-0/+341