diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-08-13 19:31:24 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-08-13 19:31:24 -0400 |
| commit | a064941bd542a4d66ac1452bd876fef91b0bf87f (patch) | |
| tree | c857174d50ef45b47bd2c0365c72900c962ec0d9 /Cargo.toml | |
| parent | 56bf3db2ff27c3d1ee9742a8153b91246383fd84 (diff) | |
update deps, prep for move to 2018 edition
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |
