mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(msrv): bump to 1.71.1
This commit is contained in:
parent
1d112cc661
commit
961f57d6ec
6 changed files with 6 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
- name: Install MSRV
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.67.0
|
||||
toolchain: 1.71.1
|
||||
override: true
|
||||
- name: Run MSRV
|
||||
run: cargo check -p gamedig
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ repos:
|
|||
language: system
|
||||
files: '([.]rs|Cargo\.toml)$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install 1.65 cargo check -p gamedig
|
||||
entry: rustup run --install 1.71.1 cargo check -p gamedig
|
||||
|
||||
- id: docs
|
||||
name: Check rustdoc compiles
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# MSRV (Minimum Supported Rust Version)
|
||||
|
||||
Current: `1.65.0`
|
||||
Current: `1.71.1`
|
||||
|
||||
Places to update:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Who knows what the future holds...
|
|||
|
||||
Breaking:
|
||||
|
||||
- MSRV is now `1.67.0` (was `1.65.0`), this is due to deps we rely on requiring a higher version on linux builds (`1.65.0` is 2+ years old).
|
||||
- MSRV is now `1.71.1` (was `1.65.0`), this is due to deps we rely on requiring a higher version on linux builds (`1.65.0` is 2+ years old).
|
||||
|
||||
Games:
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/gamedig/latest/gamedig/"
|
|||
repository = "https://github.com/gamedig/rust-gamedig"
|
||||
readme = "README.md"
|
||||
keywords = ["server", "query", "game", "check", "status"]
|
||||
rust-version = "1.67.0"
|
||||
rust-version = "1.71.1"
|
||||
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ on Discord.
|
|||
|
||||
## Usage
|
||||
|
||||
Minimum Supported Rust Version is `1.67.0` and the code is cross-platform.
|
||||
Minimum Supported Rust Version is `1.71.1` and the code is cross-platform.
|
||||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue