From: Ian Jackson Date: Sat, 25 Jul 2020 17:57:46 +0000 (+0100) Subject: get rid of daft rocket patch now nailing-cargo is better X-Git-Tag: otter-0.2.0~1269 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=883c05f721370cf16020cf635a61054223552985;p=otter.git get rid of daft rocket patch now nailing-cargo is better --- 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" }