ariscript / mc-query

Asynchronous rust implementations of Server List Ping, Query, and RCON for minecraft.
https://crates.io/crates/mc-query
Apache License 2.0
6 stars 2 forks source link

Allow for very large protocol version numbers #3

Open Xaeroxe opened 1 month ago

Xaeroxe commented 1 month ago

Snapshot or in-dev versions of Minecraft may send very large version numbers. We should support these when deserializing the object.

Xaeroxe commented 1 month ago

Clippy had a lot of opinions, these were also addressed such that CI would pass.

ariscript commented 1 month ago

Thanks for the PR! This would be an API-breaking change so I want to bundle this along other changes like #2. I'll take a further look when I have the time.