fix(MSRV): update to 1.85.1 across the project

This commit is contained in:
Cain 2026-02-22 18:19:48 +00:00
parent b0725834e4
commit 79fc1db14c
6 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ on Discord.
## Usage
Minimum Supported Rust Version is `1.82.0` and the code is cross-platform.
Minimum Supported Rust Version is `1.85.1` and the code is cross-platform.
Pick a game/service/protocol (check the [GAMES](GAMES.md), [SERVICES](SERVICES.md) and [PROTOCOLS](PROTOCOLS.md) files
to see the currently supported ones), provide the ip and the port (be aware that some game servers use a separate port
@ -102,7 +102,7 @@ Want to see more examples? Checkout the [examples](crates/lib/examples) folder.
## Command Line Interface
The library also has an [official CLI](https://crates.io/crates/gamedig_cli) that you can use, it has
MSRV of `1.82.0`.
MSRV of `1.85.1`.
## Documentation