Skip to content

Commit

Permalink
build: fix min version compat (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 29, 2023
1 parent 3cd5d8b commit 7d138f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actix-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d138f0

Please sign in to comment.