Skip to content

Commit

Permalink
Fix build with latest nightly and -Zminimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jun 30, 2023
1 parent 0d27b44 commit cf3f6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mockall_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nightly_derive = ["proc-macro2/nightly"]

[dependencies]
cfg-if = "1.0"
proc-macro2 = "1.0"
proc-macro2 = "1.0.60"
quote = "1.0"
syn = { version = "2.0.9", features = ["extra-traits", "full"] }

Expand Down
2 changes: 1 addition & 1 deletion mockall_double/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ nightly = ["proc-macro2/nightly"]

[dependencies]
cfg-if = "1.0"
proc-macro2 = "1.0"
proc-macro2 = "1.0.60"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }

0 comments on commit cf3f6fc

Please sign in to comment.