mirror of https://github.com/fafhrd91/actix-web
revert fix for quote broken build
This commit is contained in:
parent
de187c0d16
commit
97d2c00306
|
@ -12,7 +12,7 @@ workspace = ".."
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "=1.0.2"
|
||||
quote = "^1"
|
||||
syn = { version = "^1", features = ["full", "parsing"] }
|
||||
proc-macro2 = "^1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue