gui-apps/autotiling-rs: add RUST_MIN_VER

Closes: https://bugs.gentoo.org/975166
Signed-off-by: elliot <elliot@tar.bet>
This commit is contained in:
elliot
2026-06-06 13:04:12 -05:00
parent a6df084949
commit dc61b74fd1
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ CRATES="
unicode-ident@1.0.13
"
RUST_MIN_VER="1.85.0"
inherit cargo
DESCRIPTION="Autotiling for sway (and possibly i3)"

View File

@@ -30,6 +30,8 @@ CRATES="
zmij@1.0.19
"
RUST_MIN_VER="1.85.0"
inherit cargo
DESCRIPTION="Autotiling for sway (and possibly i3)"