From 19d38089ad5be3f93956f240209528d075965e0b Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Wed, 26 Sep 2018 16:58:44 +0900 Subject: [PATCH] Revert to release version of ring Doesn't seem to cause compile issues. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22aeb155be6..c6326e3e40e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,3 @@ tokio-service = "0.1" dotenv = "0.11" diesel = { version = "1.3.0", features = ["postgres"] } diesel_migrations = { version = "1.3.0", features = ["postgres"] } - -# Remove once cookie depends on ring >= 0.13.0 -[patch.crates-io] -ring = { git = "https://github.com/SergioBenitez/ring", branch = "v0.11" }