summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f7afaaa6..684c380a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,9 +20,9 @@ zellij-utils = { path = "zellij-utils/", version = "0.12.0" }
[dev-dependencies]
insta = "1.6.0"
-zellij-utils = { path = "zellij-utils/", version = "*", features = ["test"] }
-zellij-client = { path = "zellij-client/", version = "*", features = ["test"] }
-zellij-server = { path = "zellij-server/", version = "*", features = ["test"] }
+zellij-utils = { path = "zellij-utils/", version = "0.12.0", features = ["test"] }
+zellij-client = { path = "zellij-client/", version = "0.12.0", features = ["test"] }
+zellij-server = { path = "zellij-server/", version = "0.12.0", features = ["test"] }
[workspace]
members = [