File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ members = [
1616resolver = " 2"
1717
1818[workspace .package ]
19- version = " 0.3.4 "
19+ version = " 0.4.0 "
2020edition = " 2021"
2121authors = [" The Rustic Initiative" ]
2222license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ walkdir = "2.4"
2121tokio = { workspace = true , features = [" fs" ] }
2222
2323# Internal dependencies
24- codeprism-core = { version = " 0.3.3 " , path = " ../codeprism-core " }
24+ codeprism-core = { version = " 0.4.0 " }
2525
2626[dev-dependencies ]
2727tempfile.workspace = true
Original file line number Diff line number Diff line change @@ -55,17 +55,17 @@ lang-python = ["codeprism-lang-python"]
5555lang-java = [" codeprism-lang-java" ]
5656
5757[dependencies .codeprism-lang-js ]
58- version = " 0.3 .0"
58+ version = " 0.4 .0"
5959path = " ../codeprism-lang-js"
6060optional = true
6161
6262[dependencies .codeprism-lang-python ]
63- version = " 0.3 .0"
63+ version = " 0.4 .0"
6464path = " ../codeprism-lang-python"
6565optional = true
6666
6767[dependencies .codeprism-lang-java ]
68- version = " 0.3 .0"
68+ version = " 0.4 .0"
6969path = " ../codeprism-lang-java"
7070optional = true
7171
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = "Development and debugging utilities for CodePrism parser developm
1010
1111[dependencies ]
1212# Workspace dependencies
13- codeprism-core = { version = " 0.3.3 " , path = " ../codeprism-core " }
13+ codeprism-core = { version = " 0.4.0 " }
1414anyhow.workspace = true
1515thiserror.workspace = true
1616serde = { workspace = true , features = [" derive" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " codeprism-moth-specs"
3- version = " 0.1 .0"
3+ version = " 0.4 .0"
44edition = " 2021"
55authors = [" CodePrism Team" ]
66description = " Test specifications for CodePrism MCP server using Mandrel (Moth) test harness"
Original file line number Diff line number Diff line change 11[package ]
22name = " mandrel-mcp-th"
3- version = " 0.1 .0"
3+ version = " 0.4 .0"
44edition = " 2021"
55authors = [" AI Assistant" ]
66description = " Mandrel MCP Test Harness - Professional testing and reporting for MCP servers"
You can’t perform that action at this time.
0 commit comments