Pull in quote breaking changes
diff --git a/Cargo.toml b/Cargo.toml
index 1852da8..14d298a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@
 unicode-xid = "0.2"
 
 [dev-dependencies]
-quote = "0.6"
+quote-next = "0.6"
 
 [features]
 proc-macro = []
@@ -62,3 +62,5 @@
 # dependency on the just-published most recent version number. Thus the patch
 # will fail to apply because the version numbers are different.
 proc-macro2-next = { path = "." }
+
+quote-next = { git = "https://github.com/dtolnay/quote" }