1.2 KiB
1.2 KiB
Change Log
All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
0.2.2
- Drop the
proc-macro-error2dependency in favour of emitting diagnostics viasyn::Error/compile_error!. This removes the transitive unmaintained-crate advisory (https://rustsec.org/advisories/RUSTSEC-2026-0173) and the upcomingextern crate proc_macrore-export future-incompatibility. Error messages are unchanged.
0.2.1
- Use
proc-macro-error2to address https://rustsec.org/advisories/RUSTSEC-2024-0370
0.1.7
- Update dependencies.
0.1.6
- Also generate
try_from_attributeswhich can be used to parse optional attributes.
0.1.5
- Use correct keywords used in Cargo.toml
0.1.4
- Fix potential panic caused by unwrapping a
None. The panic could happen while computing the span for an error message if not compiling on nightly.
0.1.3
- Make version requirements for dependencies less strict.
0.1.2
Make docs.rs rebuild.
0.1.1
Add readme.
0.1.0
Initial release.