From 6e5279b529cc45986bfbc996405e14fad2564b63 Mon Sep 17 00:00:00 2001 From: Cain Date: Sun, 22 Feb 2026 18:56:10 +0000 Subject: [PATCH] fix(MSRV docs): add lib readme in VERSIONS.md and change lib readme to 1.85.1 msrv --- VERSIONS.md | 1 + crates/lib/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSIONS.md b/VERSIONS.md index 02c96c7..7db63b2 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -6,6 +6,7 @@ Places to update: - `Cargo.toml` - `README.md` +- `crates/lib/README.md` - `.github/workflows/ci.yml` - `.pre-commit-config.yaml` diff --git a/crates/lib/README.md b/crates/lib/README.md index e000d5c..6f4e1f7 100644 --- a/crates/lib/README.md +++ b/crates/lib/README.md @@ -36,7 +36,7 @@ on Discord. ## Usage -Minimum Supported Rust Version is `1.81.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](https://github.com/gamedig/rust-gamedig/blob/main/GAMES.md), [SERVICES](https://github.com/gamedig/rust-gamedig/blob/main/SERVICES.md)