Skip to content

Commit

Permalink
Dep: relax proc-macros2 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Apr 25, 2024
1 parent ff4cf8f commit 296839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures = "0.3"
lazy_static = "1.4.0"
maplit = "1.0.2"
pretty_assertions = "1.0.0"
proc-macro2 = "=1.0.79"
proc-macro2 = { version = ">=1.0.0,<1.0.80", features = [] }
quote = "1.0"
rand = "0.8"
semver = "1.0.14"
Expand Down

0 comments on commit 296839f

Please sign in to comment.