Files
codex/codex-rs/tui/src
T
Tien Nguyen 00c7f7a16c chore: remove once_cell dependency from multiple crates (#4154)
This commit removes the `once_cell` dependency from `Cargo.toml` files
in the `codex-rs` and `apply-patch` directories, replacing its usage
with `std::sync::LazyLock` and `std::sync::OnceLock` where applicable.
This change simplifies the dependency tree and utilizes standard library
features for lazy initialization.

# External (non-OpenAI) Pull Request Requirements

Before opening this Pull Request, please read the dedicated
"Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md

If your PR conforms to our contribution guidelines, replace this text
with a detailed and high quality description of your changes.
00c7f7a16c · 2025-09-24 09:15:57 -07:00
History
..
2025-09-22 11:16:25 -07:00
2025-09-18 16:27:15 +01:00
2025-09-15 00:42:53 -07:00
2025-09-23 16:59:52 +01:00
2025-08-05 04:23:22 +00:00
2025-09-15 06:44:40 -07:00