Merge pull request #114 from actix/JohnTitor-patch-1

Unpin quote version
This commit is contained in:
Yuki Okushi 2020-03-06 14:11:28 +09:00 committed by GitHub
commit 0967061f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ workspace = ".."
proc-macro = true
[dependencies]
quote = "=1.0.2"
quote = "1.0.3"
syn = { version = "^1", features = ["full"] }
[dev-dependencies]