summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie <ellie@elliehuxtable.com>2021-12-08 12:53:12 +0000
committerGitHub <noreply@github.com>2021-12-08 12:53:12 +0000
commit9e6746a4d1251870d4495f7b5fae626ed5d19f01 (patch)
treee0c34736b0f8e20c02588080c7ff6f2a561761cd
parent6a38f17ead1b1abaebb57591b24629ee1ed5a725 (diff)
Remove dev dep with wildcard (#224)
-rw-r--r--atuin-client/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index fec64e83..f25d19f2 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 = "*"