diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-17 14:55:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-17 14:55:51 +0800 |
| commit | f543f6a6f28dbb2676b37df4811826a6a1cc8abf (patch) | |
| tree | 851839c32bcf4f94653b4c589ca18176af16d5c0 /gen/Cargo.toml | |
| parent | 92670ec92b555383fc31cf42b15d4ea38f8e9c8f (diff) | |
Update regex patterns for cmd_output macros
Diffstat (limited to 'gen/Cargo.toml')
| -rw-r--r-- | gen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/Cargo.toml b/gen/Cargo.toml index 186082b..52c7d8a 100644 --- a/gen/Cargo.toml +++ b/gen/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true [dependencies] just_fmt = "0.1.2" -tokio = { version = "1", features = ["rt", "rt-multi-thread"] } +tokio = { version = "1", features = ["full"] } chrono = "0.4" toml = "0.9" regex = "1.12" |
