summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-06-03 10:15:24 -0700
committerDessalines <tyhou13@gmx.com>2019-06-03 10:15:24 -0700
commit4ec2a00239226503055047e211f8e2a2f5c3aefb (patch)
tree9f8db12454d921bc7a7da4fbf1df704ad322c2fd /server
parent7a2014bb578f6630df375a6e53039e52de130590 (diff)
Revert "Adding Rust 2018 edition"
Diffstat (limited to 'server')
-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"] }