summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-06-03 10:15:24 -0700
committerDessalines <happydooby@gmail.com>2019-06-03 10:15:24 -0700
commitec81a0e61498b7481cff3315ed632eb7bd30dddd (patch)
tree826ead760002f7f1153bfd75beb3e5757a0e4972
parenta2061cf94216db11f67f463cdd32fa1ab36ef9f8 (diff)
Revert "Adding Rust 2018 edition"
-rw-r--r--server/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 58984502..5ee8b8a6 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -2,7 +2,6 @@
name = "lemmy_server"
version = "0.0.1"
authors = ["Dessalines <happydooby@gmail.com>"]
-edition = "2018"
[dependencies]
diesel = { version = "1.4.2", features = ["postgres","chrono"] }