aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-08-13 19:31:24 -0400
committerNathan Perry <avaglir@gmail.com>2018-08-13 19:31:24 -0400
commita064941bd542a4d66ac1452bd876fef91b0bf87f (patch)
treec857174d50ef45b47bd2c0365c72900c962ec0d9 /Cargo.toml
parent56bf3db2ff27c3d1ee9742a8153b91246383fd84 (diff)
update deps, prep for move to 2018 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2682568..498094a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,10 @@
+cargo-features = ["edition"]
+
[package]
name = "thulani"
version = "0.1.5"
authors = ["Nathan Perry <avaglir@gmail.com>"]
+edition = "2018"
[features]
default = ["diesel"]
@@ -16,7 +19,7 @@ dotenv = "0.11"
dotenv_codegen = "0.11"
chrono = "0.4"
fern = { version = "0.5", features = ["colored"] }
-diesel = { version = "1.1", features = ["postgres", "chrono", "r2d2"], optional = true }
+diesel = { version = "1.3", features = ["postgres", "chrono", "r2d2"], optional = true }
ctrlc = { version = "3.0", features = ["termination"] }
rand = "0.5"
either = "1.5"