fix: resolve cc crate dependency conflict

- Add cc = "1.0.106" to workspace dependencies to resolve transitive dependency conflicts
- Update Cargo.lock to ensure consistent cc version across all crates
- Fixes CI build failure caused by conflicting cc version requirements from cmake and blake3
This commit is contained in:
spencrmartin
2025-09-25 09:17:11 -04:00
parent 36e1cc71ed
commit a12d74ed3c
+1
View File
@@ -15,6 +15,7 @@ uninlined_format_args = "allow"
[workspace.dependencies]
rmcp = { version = "0.6.2", features = ["schemars", "auth"] }
cc = "1.0.106"
# Patch for Windows cross-compilation issue with crunchy
[patch.crates-io]