diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-24 00:15:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-24 00:15:40 +0800 |
| commit | e15f7d2d72f44009a9443a1660a8956d9330718d (patch) | |
| tree | 6bfaa71997eeae0e592ac3d7aa358bb485ae102a /mingling_core/Cargo.toml | |
| parent | a850833b3292f97e1cad238e21618f1270d50e07 (diff) | |
feat: add `might_be_async` dependency and update lockfiles
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.
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index f525609..833a857 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -49,3 +49,5 @@ toml = { workspace = true, optional = true } # debug log = { workspace = true, optional = true } env_logger = { workspace = true, optional = true } + +might_be_async.workspace = true |
