Skip to content

Commit 296839f

Browse files
committed
Dep: relax proc-macros2 version requirement
1 parent ff4cf8f commit 296839f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ futures = "0.3"
2727
lazy_static = "1.4.0"
2828
maplit = "1.0.2"
2929
pretty_assertions = "1.0.0"
30-
proc-macro2 = "=1.0.79"
30+
proc-macro2 = { version = ">=1.0.0,<1.0.80", features = [] }
3131
quote = "1.0"
3232
rand = "0.8"
3333
semver = "1.0.14"

0 commit comments

Comments
 (0)