Drop the patch dependencies

This commit is contained in:
David Tolnay
2018-03-31 23:09:01 +02:00
parent b1c1d964e1
commit 801fd1dc19
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -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' }
-5
View File
@@ -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' }