Skip to content

Commit d7b117f

Browse files
committed
Bump version to 0.24.17
1 parent 6003e8a commit d7b117f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ members = [
1313

1414
# Shared metadata for workspace members
1515
[workspace.package]
16-
version = "0.24.16"
16+
version = "0.24.17"
1717
edition = "2021" # From your original Cargo.toml
1818
license-file = "LICENSE"
1919

2020
# Centralized dependency definitions
2121
[workspace.dependencies]
2222
# Terminator Core library itself (for other members to depend on)
23-
terminator = { version = "0.24.16", path = "./crates/terminator", package = "terminator-rs" }
23+
terminator = { version = "0.24.17", path = "./crates/terminator", package = "terminator-rs" }
2424
terminator-computer-use = { version = "0.24.16", path = "./crates/terminator-computer-use" }
2525

2626
# Common dependencies from your original Cargo.toml

0 commit comments

Comments
 (0)