From 6a0b0c9354ac318e4fff0c28fbfa3ba4995045ab Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 11 Jul 2018 00:33:04 +0000 Subject: [PATCH] community/rust to 1.27.1-1 --- community/rust/PKGBUILD | 6 +++--- community/rust/config.toml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index d16bdaf0b..2cd095219 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -15,7 +15,7 @@ highmem=1 pkgname=('rust' 'rust-docs') epoch=1 -pkgver=1.27.0 +pkgver=1.27.1 pkgrel=1 pkgdesc='Systems programming language focused on safety, speed and concurrency' @@ -30,9 +30,9 @@ options=('!emptydirs') source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc} config.toml) -sha256sums=('2cb9803f690349c9fd429564d909ddd4676c68dc48b670b8ddf797c2613e2d21' +sha256sums=('2133beb01ddc3aa09eebc769dd884533c6cfb08ce684f042497e097068d733d1' 'SKIP' - 'c0988fa7cb0dd3686379df9e0c45104895b69519a258f8a4ae56bd6af1670639') + 'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144') validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) prepare() { diff --git a/community/rust/config.toml b/community/rust/config.toml index a49123e28..385549d4e 100644 --- a/community/rust/config.toml +++ b/community/rust/config.toml @@ -22,3 +22,6 @@ debuginfo-lines = true channel = "stable" rpath = false + +# Work around https://github.com/rust-lang/rust/issues/51650 +deny-warnings = false