Files
llmx/codex-rs/Cargo.toml
Michael Bolin 5122fe647f chore: fix errors in .github/workflows/rust-release.yml and prep 0.0.2504292006 release (#745)
Apparently I made two key mistakes in
https://github.com/openai/codex/pull/740 (fixed in this PR):

* I forgot to redefine `$dest` in the `Stage Linux-only artifacts` step
* I did not define the `if` check correctly in the `Stage Linux-only
artifacts` step

This fixes both of those issues and bumps the workspace version to
`0.0.2504292006` in preparation for another release attempt.
2025-04-29 20:12:23 -07:00

22 lines
387 B
TOML

[workspace]
resolver = "2"
members = [
"ansi-escape",
"apply-patch",
"cli",
"core",
"exec",
"execpolicy",
"repl",
"tui",
]
[workspace.package]
version = "0.0.2504292006"
[profile.release]
lto = "fat"
# Because we bundle some of these executables with the TypeScript CLI, we
# remove everything to make the binary as small as possible.
strip = "symbols"