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