1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 13:22:58 +01:00

build: fix min version compat (#498)

This commit is contained in:
Rob Ede 2023-10-29 21:15:40 +00:00 committed by GitHub
parent 3cd5d8b07a
commit 7d138f0c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ quote = "1"
syn = { version = "2", features = ["full"] }
# minimal versions compat
[target.'cfg(any())'.dependencies]
proc-macro2 = "1.0.60"
[dev-dependencies]