Skip to content

Commit

Permalink
app-shells/starship: bdepend on >=rust-1.59
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Mar 16, 2022
1 parent fcdde1d commit f07cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shells/starship/starship-1.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit f07cc77

Please sign in to comment.