Sourced from arbitrary's changelog.
1.2.2
Released 2023-01-03.
Fixed
- Ensured that
arbitrary
andderive_arbitrary
versions are synced up so that they don't, e.g., emit generated code that depends on newer versions ofarbitrary
than the one currently in use. #1341.2.1
Fixed
- Fixed an issue where
std::thread_local!
macro invocations in derive code were not fully prefixed, causing confusing build errors in certain situations.