Skip to content

Commit 0f029ab

Browse files
committed
codex 0.138.0
1 parent 17b3513 commit 0f029ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build/install/codex/bin/codex --version
6161
- The wrapper uses the official Solaris Rust standalone installer target
6262
`x86_64-pc-solaris`.
6363
- The pinned Codex source is the upstream `openai/codex` release tag
64-
`rust-v0.137.0`, built from its `codex-rs/` workspace.
64+
`rust-v0.138.0`, built from its `codex-rs/` workspace.
6565
- Set `SOLARIS_CODEX_PROXY_SETUP=/path/to/proxy.sh` if your host needs an
6666
environment hook before downloads.
6767
- The codex build clears inherited Solaris `LD_*` hardening variables because

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SOLARIS_CODEX_VERSION=0.137.0
3+
SOLARIS_CODEX_VERSION=0.138.0
44
RUST_VERSION=1.95.0
55
BINDGEN_CLI_VERSION=0.72.0
66
RUST_TRIPLE=x86_64-pc-solaris

0 commit comments

Comments
 (0)