You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-syn/syn-0.11.11-fix-metadata.diff

14 lines
456 B

--- syn-0.11.11/Cargo.toml 2017-04-20T19:12:24+02:00
+++ syn-0.11.11/Cargo.toml 2017-06-15T10:32:59.627969+02:00
@@ -20,8 +20,8 @@
[dependencies]
quote = { version = "0.3.7", optional = true }
-unicode-xid = { version = "0.0.4", optional = true }
-synom = { version = "0.11", path = "synom", optional = true }
+unicode-xid = { version = "0.1", optional = true }
+synom = { version = "0.11", optional = true }
[dev-dependencies]
syntex_pos = "0.58"