Skip to content

Commit 034d07a

Browse files
committed
doc: use correct minimum Rust version
Detected via 'cargo msrv find' using the cargo-msrv crate. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
1 parent 8850bd1 commit 034d07a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2024"
55
description = "Loader generator for Vulkan, OpenGL, OpenGL ES, EGL, GLX, and WGL"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/tycho/gloam"
8+
rust-version = "1.88"
89

910
[[bin]]
1011
name = "gloam"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ cargo build --release # release
277277
cargo test
278278
```
279279

280-
Requires Rust 1.87 or later.
280+
Requires Rust 1.88 or later.

0 commit comments

Comments
 (0)