mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Update byteorder from 1.4 to 1.5
This commit is contained in:
parent
40d4be2ceb
commit
a3800f3ba4
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ Protocols:
|
|||
- The Ship: Removed instances of using `unwrap` without handling the panics.
|
||||
|
||||
Crate:
|
||||
- Updated [byteorder](https://crates.io/crates/byteorder) dependency from 1.4 to 1.5.
|
||||
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`. (by @Douile)
|
||||
- Applied some nursery Clippy lints.
|
||||
- The `retries` field was added to `TimeoutSettings` that specifies the number of times to retry a failed request (request being individual send, receive sequence, some protocols can include multiple requests in a single query). (by @Douile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue