Skip to content

Commit

Permalink
express higher minimal versions of itertools and proc-macro2 for carg…
Browse files Browse the repository at this point in the history
…o hack check
  • Loading branch information
mumbleskates committed May 23, 2024
1 parent 02bc132 commit be6f140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prost-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc_macro = true

[dependencies]
anyhow = "1.0.1"
itertools = ">=0.10, <=0.12"
proc-macro2 = "1"
itertools = ">=0.10.1, <=0.12"
proc-macro2 = ">=1.0.60, <2"
quote = "1"
syn = { version = "2", features = ["extra-traits"] }

0 comments on commit be6f140

Please sign in to comment.