Skip to content

Commit

Permalink
Fix minimum required proc-macro2 version for Span::mixed_site().
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jan 22, 2023
1 parent df95686 commit 3afd668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
main:
* Reduce risk of interleaved output of concurrent tests when running tests with `--no-capture`.
* Fix minimum required `proc-macro2` version.

v0.3.7 - 2022-11-21:
* Bump required Rust version to 1.65 for `let ... else { }`.
Expand Down
2 changes: 1 addition & 1 deletion assert2-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ documentation = "https://docs.rs/assert2"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.7"
proc-macro2 = "1.0.14"
quote = "1.0.2"
syn = { version = "1.0.13", features = ["full", "visit", "visit-mut"] }

Expand Down

0 comments on commit 3afd668

Please sign in to comment.