summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-01-30 18:33:13 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-01-30 18:33:13 -0500
commitf243a3b7341012227d6e8342a65f9c5d7784256f (patch)
tree54c5836261466e50c595e038ab14a53cc5fc0bf3
parent6d236da55cac3098a67b506c41a9d7f4cb3f4f80 (diff)
downloadtheglassyladies-f243a3b7341012227d6e8342a65f9c5d7784256f.tar.xz
theglassyladies-f243a3b7341012227d6e8342a65f9c5d7784256f.zip
disable default features for diesel; reduce dependsHEADmaster
-rw-r--r--dichroism/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml
index bacd843..4f18bb5 100644
--- a/dichroism/Cargo.toml
+++ b/dichroism/Cargo.toml
@@ -10,7 +10,7 @@ actix-multipart = "0.3"
actix-web = "3"
async-std = "1"
base64 = "0.13"
-diesel = { version = "1", features = [ "sqlite", "r2d2" ] }
+diesel = { version = "1", default-features = false, features = [ "sqlite", "r2d2" ] }
env_logger = "0.8"
futures = "0.3"
image = "0.23"