aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2019-11-17 23:53:19 -0500
committerNathan Perry <np@nathanperry.dev>2019-11-17 23:53:19 -0500
commitdde5eb52706a9ca8ee257a6cbd75e243582d0a86 (patch)
treea53c24b938385b2facb1a0d561027b6ab69a62cd /Cargo.toml
parent8a5a841e619793ce81b177179694712284be23e4 (diff)
drop unused dep
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 41b6f12..3761c2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,6 @@ pest = "~2.1"
pest_derive = "~2.1"
postgres = { version = "^0.15", optional = true, features = ["with-chrono"] }
r2d2_postgres = { version = "^0.14", optional = true }
-static-cond = "^0.2"
[dependencies.serenity]
default-features = false