mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(msrv): bump to 1.81.0
This commit is contained in:
parent
8ebb685b33
commit
4c5ffde2e5
7 changed files with 9 additions and 9 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
- name: Install MSRV
|
- name: Install MSRV
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: 1.71.1
|
toolchain: 1.81.0
|
||||||
override: true
|
override: true
|
||||||
- name: Run MSRV
|
- name: Run MSRV
|
||||||
run: cargo check -p gamedig
|
run: cargo check -p gamedig
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ repos:
|
||||||
language: system
|
language: system
|
||||||
files: '([.]rs|Cargo\.toml)$'
|
files: '([.]rs|Cargo\.toml)$'
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
entry: rustup run --install 1.71.1 cargo check -p gamedig
|
entry: rustup run --install 1.81.0 cargo check -p gamedig
|
||||||
|
|
||||||
- id: docs
|
- id: docs
|
||||||
name: Check rustdoc compiles
|
name: Check rustdoc compiles
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ on Discord.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Minimum Supported Rust Version is `1.71.1"` and the code is cross-platform.
|
Minimum Supported Rust Version is `1.81.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
|
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
|
to see the currently supported ones), provide the ip and the port (be aware that some game servers use a separate port
|
||||||
|
|
@ -101,8 +101,8 @@ Want to see more examples? Checkout the [examples](crates/lib/examples) folder.
|
||||||
|
|
||||||
## Command Line Interface
|
## Command Line Interface
|
||||||
|
|
||||||
The library also has an [official CLI](https://crates.io/crates/gamedig_cli) that you can use but it has
|
The library also has an [official CLI](https://crates.io/crates/gamedig_cli) that you can use, it has
|
||||||
MSRV of `1.74.1`.
|
MSRV of `1.81.0`.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# MSRV (Minimum Supported Rust Version)
|
# MSRV (Minimum Supported Rust Version)
|
||||||
|
|
||||||
Current: `1.71.1`
|
Current: `1.81.0`
|
||||||
|
|
||||||
Places to update:
|
Places to update:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ homepage = "https://gamedig.github.io/"
|
||||||
repository = "https://github.com/gamedig/rust-gamedig"
|
repository = "https://github.com/gamedig/rust-gamedig"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["server", "query", "game", "check", "status"]
|
keywords = ["server", "query", "game", "check", "status"]
|
||||||
rust-version = "1.74.1"
|
rust-version = "1.81.0"
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/gamedig/latest/gamedig/"
|
||||||
repository = "https://github.com/gamedig/rust-gamedig"
|
repository = "https://github.com/gamedig/rust-gamedig"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["server", "query", "game", "check", "status"]
|
keywords = ["server", "query", "game", "check", "status"]
|
||||||
rust-version = "1.71.1"
|
rust-version = "1.81.0"
|
||||||
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
|
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ on Discord.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Minimum Supported Rust Version is `1.71.1` and the code is cross-platform.
|
Minimum Supported Rust Version is `1.81.0` and the code is cross-platform.
|
||||||
|
|
||||||
Pick a game/service/protocol (check
|
Pick a game/service/protocol (check
|
||||||
the [GAMES](https://github.com/gamedig/rust-gamedig/blob/main/GAMES.md), [SERVICES](https://github.com/gamedig/rust-gamedig/blob/main/SERVICES.md)
|
the [GAMES](https://github.com/gamedig/rust-gamedig/blob/main/GAMES.md), [SERVICES](https://github.com/gamedig/rust-gamedig/blob/main/SERVICES.md)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue