Skip to content

Commit e7059fa

Browse files
authored
Merge branch 'main' into add-github-action-for-nix
2 parents af44fce + 9ad2e72 commit e7059fa

File tree

13 files changed

+410
-179
lines changed

13 files changed

+410
-179
lines changed

codex-rs/Cargo.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/apply-patch/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ workspace = true
1717
[dependencies]
1818
anyhow = "1"
1919
similar = "2.7.0"
20-
thiserror = "2.0.12"
20+
thiserror = "2.0.16"
2121
tree-sitter = "0.25.8"
2222
tree-sitter-bash = "0.25.0"
23+
once_cell = "1"
2324

2425
[dev-dependencies]
2526
assert_cmd = "2"

0 commit comments

Comments
 (0)