Skip to content

0.2.2

Latest

Choose a tag to compare

@tyt2y3 tyt2y3 released this 18 Jul 16:21
69863a9
  • Drop the proc-macro-error2 dependency in favour of emitting diagnostics via
    syn::Error / compile_error!. This removes the transitive unmaintained-crate
    advisory (https://rustsec.org/advisories/RUSTSEC-2026-0173) and the upcoming
    extern crate proc_macro re-export future-incompatibility. Error messages are
    unchanged.