Releases: tobywf/lcid-rs
Releases · tobywf/lcid-rs
v0.3.0 (2023-06-15)
- Tracks MS-LCID
15.0
/2021-05-25 protocol revision - Breaking change: As the spec no longer enumerates "Locale Names without LCIDs", these are no longer supported
- Codegen: Sort order is now as specified in the MS-LCID spec
v0.2.1 (2023-06-10)
- Remove
thiserror
dependency - MSRV is Rust 1.56
- Edition is 2021
- Add
PartialEq
,Eq
, andHash
traits toAnsiCodePage
andLanguageId