Skip to content

Commit ad232e0

Browse files
its-mashMohammod Al Amin Ashik
andauthored
fix: add version requirements to workspace dependencies for cargo pac… (#20)
Co-authored-by: Mohammod Al Amin Ashik <alamin.ashik@sitecore.com>
1 parent c7df1f2 commit ad232e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ axum = { version = "0.8", features = ["macros"] }
7373
http-body-util = "0.1"
7474

7575
# Internal crates
76-
mcpmux-core = { path = "crates/mcpmux-core" }
77-
mcpmux-gateway = { path = "crates/mcpmux-gateway" }
78-
mcpmux-mcp = { path = "crates/mcpmux-mcp" }
79-
mcpmux-storage = { path = "crates/mcpmux-storage" }
76+
mcpmux-core = { version = "0.0.1", path = "crates/mcpmux-core" }
77+
mcpmux-gateway = { version = "0.0.1", path = "crates/mcpmux-gateway" }
78+
mcpmux-mcp = { version = "0.0.1", path = "crates/mcpmux-mcp" }
79+
mcpmux-storage = { version = "0.0.1", path = "crates/mcpmux-storage" }
8080

8181
[profile.release]
8282
lto = true

0 commit comments

Comments
 (0)