From 883c05f721370cf16020cf635a61054223552985 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 25 Jul 2020 18:57:46 +0100 Subject: [PATCH] get rid of daft rocket patch now nailing-cargo is better --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 213eadae..f3413568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,11 +60,11 @@ vecdeque-stableix = "0" #sha2 = "0.8" #generic-array = "0.12" -[patch.crates-io] -rocket = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket" } -rocket_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-codegen" } -rocket_http = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-http" } -rocket_contrib = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-contrib", default-features=false, features=["tera_templates","helmet","json"] } +#[patch.crates-io] +#rocket = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket" } +#rocket_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-codegen" } +#rocket_http = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-http" } +#rocket_contrib = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-contrib", default-features=false, features=["tera_templates","helmet","json"] } #rocket_contrib_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-contrib-codegen" } -- 2.30.2