mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
moving up expect test dependency
This commit is contained in:
@@ -120,6 +120,7 @@ env-flags = "0.1.1"
|
||||
env_logger = "0.11.5"
|
||||
escargot = "0.5"
|
||||
eventsource-stream = "0.2.3"
|
||||
expect-test = "1.5.0"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
http = "1.3.1"
|
||||
icu_decimal = "2.1"
|
||||
|
||||
@@ -27,4 +27,4 @@ parking_lot = { workspace = true }
|
||||
shlex = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
expect-test = "1.5.0"
|
||||
expect-test = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user