diff --git a/common/environment/build-style/cargo.sh b/common/environment/build-style/cargo.sh index be9aa1b4ecd..1ba8d9fadae 100644 --- a/common/environment/build-style/cargo.sh +++ b/common/environment/build-style/cargo.sh @@ -1,7 +1,7 @@ hostmakedepends+=" cargo" if [ "$CROSS_BUILD" ]; then - makedepends+=" rust" + makedepends+=" rust-std" fi # Use the config we set in do_configure