mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
[Crate] Add documentation for where versions need to be updated (#58)
VERSIONS.md tells you what the current versions for things like MSRV is and which files you need to update if you change it. Also fixes the incorrect: - MSRV in README.md - nightly version in .pre-commit-config.yaml
This commit is contained in:
parent
9c93e40650
commit
bf14ecb4a4
3 changed files with 29 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ within the library or want to request a feature, it's better to do so here rathe
|
|||
on Discord.
|
||||
|
||||
## Usage
|
||||
Minimum Supported Rust Version is `1.56.1` and the code is cross-platform.
|
||||
Minimum Supported Rust Version is `1.60.0` 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 for the info queries, the port can also be optional if the server is running the default ports) then query on it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue