Lokathor / bytemuck

A crate for mucking around with piles of bytes
https://docs.rs/bytemuck
Apache License 2.0
725 stars 79 forks source link

Update proc-macro2 #201

Closed chorman0773 closed 1 year ago

chorman0773 commented 1 year ago

This sets the version of proc-macro2 used by bytemuck_derive to 1.0.60, which prevents it from attempting to use the proc_macro_span_shrink feature on the nightly compiler that no longer exists.