aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69abe59..a085f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ depends=(
glibc
openssl
)
-optdepends=('rustfmt: better code formatting')
makedepends=(
git
cargo
@@ -27,7 +26,6 @@ sha256sums=('SKIP')
prepare() {
cd "${_pkgname}"
- rm .cargo/config.toml
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"