summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-27 14:11:51 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-27 14:11:51 +0200
commitecab36703a95a3a7132d458af464ac6d9af13275 (patch)
tree5f7959c0b806b5a2e0dead4fcf58090e2599cc95
parent4e62b3a1b5f3d35a3e912069dda2f032a59229a5 (diff)
chore(cargo): lock workspace versions
-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 = [