mirror of https://github.com/fafhrd91/actix-web
pin quote version to resolve build issue
This commit is contained in:
parent
64b3cbbe73
commit
7a677eafce
|
@ -12,7 +12,7 @@ workspace = ".."
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "^1"
|
||||
quote = "=1.0.2"
|
||||
syn = { version = "^1", features = ["full", "parsing"] }
|
||||
proc-macro2 = "^1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue