app-text/typstyle: set RUST_MIN_VER

Cargo.toml declares rust-version 1.92, so pin the matching RUST_MIN_VER.

Closes: https://bugs.gentoo.org/978811
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-07-06 04:29:21 -07:00
parent 523fea8db5
commit 10843a17f8

View File

@@ -5,6 +5,8 @@
EAPI=8
RUST_MIN_VER="1.92.0"
CRATES="
adler2@2.0.1
aho-corasick@1.1.4