From da83086c8846c2061b252076adffb3a1c537bfe0 Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Wed, 27 Mar 2024 10:29:58 -0500 Subject: [PATCH] updated workspace dev deps --- cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0b47909..02e9a10 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -36,3 +36,6 @@ syntect = { workspace = true, optional = true } pulldown-cmark = { version = "0.9.3", optional = true } # overflow broken for latest minus minus = { workspace = true, optional = true } + +[dev-dependencies] +rstest.workspace = true