From 51904eabe4c8cf8be8504825719f89657800a6f6 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim <219906144+aibrahim-oai@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:27:22 +0000 Subject: [PATCH] codex: enable tokio test macros in capabilities Co-authored-by: Codex --- codex-rs/capabilities/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/capabilities/Cargo.toml b/codex-rs/capabilities/Cargo.toml index 710187fd3c..2ace7f1d32 100644 --- a/codex-rs/capabilities/Cargo.toml +++ b/codex-rs/capabilities/Cargo.toml @@ -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 }