From 56b7cbf58cd9aae162a5037ee536c64818b0dd11 Mon Sep 17 00:00:00 2001 From: qepasa Date: Wed, 21 Jul 2021 07:19:39 +0200 Subject: [PATCH] Cleanup Cargo.toml --- zellij-client/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml index 731c0d45..b9edb0ad 100644 --- a/zellij-client/Cargo.toml +++ b/zellij-client/Cargo.toml @@ -14,7 +14,6 @@ termbg = "0.2.3" zellij-utils = { path = "../zellij-utils/", version = "0.16.0" } log = "0.4.14" - [dev-dependencies] insta = "1.6.0"