mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user