dtolnay/thiserror
 Watch   
 Star   
 Fork   
13 days ago
thiserror

2.0.19

  • Update to syn 3
2026-01-19 00:13:31
thiserror

2.0.18

  • Make compatible with project-level needless_lifetimes = "forbid" (#443, thanks @LucaCappelletti94)
2025-09-29 07:26:42
thiserror

2.0.17

  • Use differently named __private module per patch release (#434)
2025-08-20 11:32:09
thiserror

2.0.16

  • Add to "no-std" crates.io category (#429)
2025-08-17 01:34:15
thiserror

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)
2025-08-12 07:05:58
thiserror

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)
2025-08-12 06:09:22
thiserror

2.0.13

  • Documentation improvements
2025-03-03 12:24:05
thiserror

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
2025-01-11 02:03:49
thiserror

2.0.11

  • Add feature gate to tests that use std (#409, #410, thanks @Maytha8)
2025-01-09 03:46:25
thiserror

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)