Skip to content

Commit 2b88436

Browse files
committed
fix: make codeprism-mcp use workspace version
- Change hardcoded version to version.workspace = true - Change hardcoded edition to edition.workspace = true - Now all crates consistently use workspace version 0.2.2
1 parent 49f5bfc commit 2b88436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/codeprism-mcp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codeprism-mcp"
3-
version = "0.2.1"
4-
edition = "2021"
3+
version.workspace = true
4+
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)