Skip to content

Commit

Permalink
Update to proc-macro2 1.0.57 to unblock proc_macro_span changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay authored and jhpratt committed Jun 20, 2023
1 parent 8dc3b85 commit cd1c1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2649,9 +2649,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"

[[package]]
name = "proc-macro2"
version = "1.0.56"
version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16"
dependencies = [
"unicode-ident",
]
Expand Down

0 comments on commit cd1c1b1

Please sign in to comment.