mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Generic] Add missing derives to types
This commit is contained in:
parent
7164ab5f64
commit
1e083c2df7
2 changed files with 15 additions and 7 deletions
|
|
@ -7,6 +7,10 @@ Protocols:
|
|||
- Minecraft Java: Add derives to `RequestSettings` and add `new_just_hostname` that creates new settings just by specifying
|
||||
the hostname, `protocol_version` defaults to -1.
|
||||
|
||||
Generics:
|
||||
- Added derives to `GenericResponse` (serde), `GenericPlayer` (serde), `ProprietaryProtocol`, `CommonResponseJson`,
|
||||
`CommonPlayerJson`, `TimeoutSettings`, `ExtraRequestSettings`.
|
||||
|
||||
### Breaking...
|
||||
None, yaay!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue