From 557cdfa7ae1322b7a23ca6f6c39337befa67cc8c Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov Date: Thu, 11 Dec 2025 22:31:19 +0300 Subject: [PATCH] rust: try again turns out there should be a build dir bump too, lol --- rust/PKGBUILD | 2 +- rust/bootstrap.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/PKGBUILD b/rust/PKGBUILD index 1effbf46..679b123b 100644 --- a/rust/PKGBUILD +++ b/rust/PKGBUILD @@ -38,7 +38,7 @@ source=("${rust_dist_server}/${pkgname}c-${pkgver}-src.tar.xz"{,.asc} noextract=(${pkgname}c-${pkgver}-src.tar.xz) sha256sums=('ebee170bfe4c4dfc59521a101de651e5534f4dae889756a5c97ca9ea40d0c307' 'SKIP' - 'd0f3f0e89866bf0c0bd09a9997fedc305f18bd245e29994abad41030105d8377') + '4a3c3f1bdb781b17128afa352f9cc0ec8a0ec8694d3679a312da72d48f9e6a2f') validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE' # Rust Language (Tag and Release Signing Key) '474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg diff --git a/rust/bootstrap.toml b/rust/bootstrap.toml index 95d89d7b..2591763d 100644 --- a/rust/bootstrap.toml +++ b/rust/bootstrap.toml @@ -26,7 +26,7 @@ tools = [ "rustdoc", "rustfmt", ] -build-dir = "cygwin-build-10" +build-dir = "cygwin-build-11" # Do not generate docs for cygwin docs = false