net-im/tuwunel: Updated RUST_MIN_VER

Bug: https://bugs.gentoo.org/979224
Closes: https://bugs.gentoo.org/979224
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-07-15 23:36:32 +02:00
parent 15b5107563
commit 5d8e83bb2d

View File

@@ -36,7 +36,8 @@ declare -A GIT_CRATES=(
)
LLVM_COMPAT=( 21 )
RUST_MIN_VER="1.94.0"
# grep rust-version Cargo.toml
RUST_MIN_VER="1.95.0"
inherit cargo llvm-r2 linux-info
@@ -126,6 +127,7 @@ pkg_setup() {
}
src_prepare() {
# See https://bugs.gentoo.org/977089
# grep '\[patch\.' ../../Cargo.toml | sort
local patched_crates=(
async-channel