1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

update syn to v2 (#481

* update syn to v2

* update changelog
This commit is contained in:
Rob Ede
2023-04-01 22:21:14 +01:00
committed by GitHub
parent 54ec06cd23
commit dbce150993
4 changed files with 34 additions and 12 deletions

View File

@ -18,7 +18,7 @@ proc-macro = true
[dependencies]
quote = "1"
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }
[dev-dependencies]
actix-rt = "2"