Skip to content

Commit d438b02

Browse files
committed
fix: update version to 0.3.1 for release workflow compatibility
- Update workspace version from 0.3.0 to 0.3.1 in root Cargo.toml - Update internal dependency versions in codeprism-mcp/Cargo.toml - Resolves Docker build failure in release workflow #100 - Ensures crates.io publication will succeed with correct version closes #100
1 parent 50cc666 commit d438b02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.3.0"
16+
version = "0.3.1"
1717
edition = "2021"
1818
authors = ["The Rustic Initiative"]
1919
license = "MIT OR Apache-2.0"

crates/codeprism-mcp/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ futures = "0.3"
3939
chrono = { version = "0.4", features = ["serde"] }
4040

4141
# Internal dependencies
42-
codeprism-core = { version = "0.3.0", path = "../codeprism-core" }
43-
codeprism-analysis = { version = "0.3.0", path = "../codeprism-analysis" }
44-
codeprism-lang-python = { version = "0.3.0", path = "../codeprism-lang-python" }
45-
codeprism-lang-js = { version = "0.3.0", path = "../codeprism-lang-js" }
42+
codeprism-core = { version = "0.3.1", path = "../codeprism-core" }
43+
codeprism-analysis = { version = "0.3.1", path = "../codeprism-analysis" }
44+
codeprism-lang-python = { version = "0.3.1", path = "../codeprism-lang-python" }
45+
codeprism-lang-js = { version = "0.3.1", path = "../codeprism-lang-js" }
4646

4747
[dev-dependencies]
4848
tokio-test = "0.4"

0 commit comments

Comments
 (0)