From ecac1eec0884bdb0cd6ed47393c36f2da84943b2 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sun, 8 Apr 2018 02:28:49 +0200 Subject: [PATCH] Bind diesel to version 1.1.0. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a485fdb..ca7e322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ plugin = "*" image = "^0.18.0" time = "*" kamadak-exif = "~0.3.0" -diesel = { version = "^1.0.0", features = ["chrono", "postgres"] } -diesel_infer_schema = { version = "^1.0.0", features = ["postgres"] } +diesel = { version = "~1.1.0", features = ["chrono", "postgres"] } +diesel_infer_schema = { version = "~1.1.0", features = ["postgres"] } r2d2-diesel = "^1.0.0" r2d2 = "^0.8.2" # Must match version used by r2d2-diesel rustc-serialize = "0.3.24" # Must match version used by nickel