aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/rust/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD
index 60fe2e71fa..b6883a8ef2 100644
--- a/community/rust/APKBUILD
+++ b/community/rust/APKBUILD
@@ -23,7 +23,7 @@ depends="$pkgname-stdlib=$pkgver-r$pkgrel gcc llvm-libunwind-dev musl-dev"
# prebuilt rustc and cargo) is 8cb3112594f10a8cee5b5412c28a846acb63167f.
# * libffi-dev is needed just because we compile llvm with LLVM_ENABLE_FFI.
makedepends="
- rust>=$_bootver
+ rust-bootstrap>=$_bootver
cargo-bootstrap
cmake
curl-dev