From ecab36703a95a3a7132d458af464ac6d9af13275 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 27 May 2021 14:11:51 +0200 Subject: chore(cargo): lock workspace versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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 = [ -- cgit v1.2.3