From 9e6746a4d1251870d4495f7b5fae626ed5d19f01 Mon Sep 17 00:00:00 2001 From: Ellie Date: Wed, 8 Dec 2021 12:53:12 +0000 Subject: [PATCH] Remove dev dep with wildcard (#224) --- atuin-client/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index fec64e8..f25d19f 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -41,6 +41,3 @@ itertools = "0.10.1" shellexpand = "2" sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "sqlite" ] } minspan = "0.1.1" - -[dev-dependencies] -tokio-test = "*"