Skip to content

Commit 2bf26d2

Browse files
committed
chore(release): bump version to 0.2.8; fix Linux runtime (be16toh) via CFLAGS for tree-sitter
1 parent 53194f7 commit 2bf26d2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

codex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
]
3232

3333
# Package version. Kept in sync with Cargo.toml via CI before builds.
34-
__version__ = "0.2.7"
34+
__version__ = "0.2.8"

crates/codex_native/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pyo3 = { version = "0.26", features = ["extension-module", "abi3-py312"] }
1212
anyhow = "1"
1313
serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"
15+
toml = "0.9"
1516
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal", "process", "time"] }
1617
tracing = "0.1"
1718

0 commit comments

Comments
 (0)