mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Add Send and Sync on Error Source (#118)
* Add Send and Sync on Error Source and remove 'static * Add back 'static * Update the changelog
This commit is contained in:
parent
b7e1eff9b7
commit
c8a93357cf
3 changed files with 8 additions and 5 deletions
|
|
@ -3,6 +3,9 @@ Who knows what the future holds...
|
|||
|
||||
# 0.X.Y - DD/MM/YYYY
|
||||
### Changes:
|
||||
Crate:
|
||||
- Added `Send` and `Sync` on `Error::source` to fix some async issues.
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue