Merge pull request #6 from florianjacob/update_proc_macros2

update proc_macro2 to fix build with current nightly
This commit is contained in:
Jimmy Cuadra 2018-05-19 00:09:49 -07:00 committed by GitHub
commit 4bc916556f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ version = "0.13.4"
features = ["full"]
[dependencies.proc-macro2]
version = "0.3.8"
version = "0.4.1"
features = ["nightly"]
[dev-dependencies]