mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-shells/starship: bdepend on >=rust-1.59
This now uses std::thread::availabe_parallelism that was stabilized in >=rust-1.59, leads to failure about use of unstable features in older versions. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -270,7 +270,7 @@ LICENSE="
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND=">=virtual/rust-1.56"
|
||||
BDEPEND=">=virtual/rust-1.59"
|
||||
DEPEND=">=dev-libs/libgit2-1.2.0:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user