summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-03-25 07:02:41 -0500
committertom barrett <spalf0@gmail.com>2019-03-26 03:42:37 -0500
commitca5ee0b32b616fb8fa5e7e44c74acecefab719c3 (patch)
tree21c7e7bf840e0f7e52290245d9f7c9e12cafde2d /Cargo.toml
parentd6ec0850b896918faf83f0eab325ec8c1f89e2bb (diff)
added pgadmin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47ca7dd..0ee91d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,4 +12,4 @@ termion = "*"
rand = "0.6"
toml = "0.4"
clap = "2"
-diesel = {version = "1.0.0", features = ["postgres"]}
+diesel = {version = "1.4.2", features = ["postgres"]}