From 801fd1dc198d74a7d7e257ba50ff5a1af5080a23 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 31 Mar 2018 23:09:01 +0200 Subject: [PATCH] Drop the patch dependencies --- Cargo.toml | 5 ----- test_suite/deps/Cargo.toml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83884f52..cb35f854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,3 @@ members = [ "serde_test", "test_suite", ] - -[patch.crates-io] -proc-macro2 = { git = 'https://github.com/alexcrichton/proc-macro2', branch = 'v3' } -quote = { git = 'https://github.com/alexcrichton/quote', branch = 'v3' } -syn = { git = 'https://github.com/alexcrichton/syn', branch = 'v3' } diff --git a/test_suite/deps/Cargo.toml b/test_suite/deps/Cargo.toml index 46d39ece..fbe2f2cd 100644 --- a/test_suite/deps/Cargo.toml +++ b/test_suite/deps/Cargo.toml @@ -9,8 +9,3 @@ publish = false [dependencies] serde = { path = "../../serde" } serde_derive = { path = "../../serde_derive" } - -[patch.crates-io] -proc-macro2 = { git = 'https://github.com/alexcrichton/proc-macro2', branch = 'v3' } -quote = { git = 'https://github.com/alexcrichton/quote', branch = 'v3' } -syn = { git = 'https://github.com/alexcrichton/syn', branch = 'v3' }