mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
codex: enable tokio test macros in capabilities
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -30,7 +30,7 @@ serde_json = { workspace = true }
|
||||
serde_yaml = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "sync", "time"] }
|
||||
tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread", "sync", "time"] }
|
||||
toml = { workspace = true }
|
||||
tracing = { workspace = true, features = ["log"] }
|
||||
url = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user