mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-01 16:58:09 +00:00
a59626c971
openidconnect -> 2.5 base64 -> 0.21 url -> 2.3 bytes -> 1.3
9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
# 1.0.0
|
|
|
|
- added the ability to capture lifetimes.
|
|
- renamed macros but kept deprecated legacy aliases around:
|
|
- `forward_from_str_to_serde!` -> `derive_fromstr_from_deserialize!`
|
|
- `forward_display_to_serde!` -> `derive_display_from_serialize!`
|
|
- `derive_deserialize_from_str!` -> `derive_deserialize_from_fromstr!`
|
|
- modernized codebase slightly and fixed clippy warnings.
|