Skip to content

Commit 0f3c20a

Browse files
LEON-gittechsa-buc
authored andcommitted
Bump version to 0.126.0-leon
1 parent cf92843 commit 0f3c20a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

codex-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leonw24/open-codex",
3-
"version": "0.125.3-leon",
3+
"version": "0.126.0-leon",
44
"license": "Apache-2.0",
55
"bin": {
66
"open-codex": "bin/codex.js"

codex-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ members = [
101101
resolver = "2"
102102

103103
[workspace.package]
104-
version = "0.125.3-leon"
104+
version = "0.126.0-leon"
105105
# Track the edition for all workspace crates in one place. Individual
106106
# crates can still override this value, but keeping it here means new
107107
# crates created with `cargo new -w ...` automatically inherit the 2024
@@ -456,7 +456,7 @@ debug = 0
456456
strip = true
457457

458458
[profile.release]
459-
lto = "fat"
459+
lto = "thin"
460460
split-debuginfo = "off"
461461
# Because we bundle some of these executables with the TypeScript CLI, we
462462
# remove everything to make the binary as small as possible.

0 commit comments

Comments
 (0)