mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
fix: update brew auto update version check (#6238)
### Summary * Use `https://github.com/Homebrew/homebrew-cask/blob/main/Casks/c/codex.rb` to get the latest available version for brew usage.
This commit is contained in:
@@ -71,8 +71,9 @@ mod terminal_palette;
|
||||
mod text_formatting;
|
||||
mod tui;
|
||||
mod ui_consts;
|
||||
pub mod update_action;
|
||||
mod update_prompt;
|
||||
pub mod updates;
|
||||
mod updates;
|
||||
mod version;
|
||||
|
||||
mod wrapping;
|
||||
|
||||
Reference in New Issue
Block a user