Skip to content

Commit 7708fa0

Browse files
committed
chore: bump version to 0.2.58
1 parent 4b7b5cd commit 7708fa0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717
default-members = ["crates/llmcc-cli"]
1818

1919
[workspace.package]
20-
version = "0.2.57"
20+
version = "0.2.58"
2121
description = "llmcc brings multi-depth architecture graphs for code understanding and generation."
2222
license = "Apache-2.0"
2323
documentation = "https://github.com/allenanswerzq/llmcc#readme"
@@ -32,25 +32,25 @@ edition = "2024"
3232
# Workspace member crates
3333
#
3434

35-
llmcc = { version = "0.2.57", path = "crates/llmcc-cli" }
36-
llmcc-collect = { version = "0.2.57", path = "crates/llmcc-collect" }
37-
llmcc-core = { version = "0.2.57", path = "crates/llmcc-core" }
38-
llmcc-descriptor = { version = "0.2.57", path = "crates/llmcc-descriptor" }
39-
llmcc-dot = { version = "0.2.57", path = "crates/llmcc-dot" }
40-
llmcc-rust = { version = "0.2.57", path = "crates/llmcc-rust" }
41-
llmcc-ts = { version = "0.2.57", path = "crates/llmcc-ts" }
35+
llmcc = { version = "0.2.58", path = "crates/llmcc-cli" }
36+
llmcc-collect = { version = "0.2.58", path = "crates/llmcc-collect" }
37+
llmcc-core = { version = "0.2.58", path = "crates/llmcc-core" }
38+
llmcc-descriptor = { version = "0.2.58", path = "crates/llmcc-descriptor" }
39+
llmcc-dot = { version = "0.2.58", path = "crates/llmcc-dot" }
40+
llmcc-rust = { version = "0.2.58", path = "crates/llmcc-rust" }
41+
llmcc-ts = { version = "0.2.58", path = "crates/llmcc-ts" }
4242
# llmcc-python = { version = "0.2.51", path = "crates/llmcc-python" }
43-
llmcc-bindings = { version = "0.2.57", path = "crates/llmcc-bindings" }
44-
llmcc-resolver = { version = "0.2.57", path = "crates/llmcc-resolver" }
45-
llmcc-tree = { version = "0.2.57", path = "crates/llmcc-tree" }
43+
llmcc-bindings = { version = "0.2.58", path = "crates/llmcc-bindings" }
44+
llmcc-resolver = { version = "0.2.58", path = "crates/llmcc-resolver" }
45+
llmcc-tree = { version = "0.2.58", path = "crates/llmcc-tree" }
4646

4747
#
4848
# External crates
4949
#
5050
anyhow = "1.0"
5151
typed-arena = "2.0.2"
5252
bumpalo = { version = "3.14", features = ["collections"] }
53-
bumpalo-herd = { version = "0.2.57", path = "crates/bumpalo-herd" }
53+
bumpalo-herd = { version = "0.2.58", path = "crates/bumpalo-herd" }
5454
tree-sitter = "0.25"
5555
tree-sitter-rust = "0.24"
5656
tree-sitter-python = "0.25"

0 commit comments

Comments
 (0)