From 19438f885b92b1d60dc75eb38fa093b39da3277d Mon Sep 17 00:00:00 2001 From: sdlzx Date: Sat, 9 Oct 2021 23:40:21 +0800 Subject: [PATCH] Update to 1.54.0 --- rust.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/rust.spec b/rust.spec index ad3ff33..1b6532b 100644 --- a/rust.spec +++ b/rust.spec @@ -1,9 +1,9 @@ %global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x %{!?channel: %global channel stable} -%global bootstrap_rust 1.52.1 -%global bootstrap_cargo 1.52.1 -%global bootstrap_channel 1.52.1 -%global bootstrap_date 2021-10-02 +%global bootstrap_rust 1.53.0 +%global bootstrap_cargo 1.53.0 +%global bootstrap_channel 1.53.0 +%global bootstrap_date 2021-10-14 %bcond_with llvm_static %bcond_with bundled_llvm %bcond_without bundled_libgit2 @@ -11,8 +11,8 @@ %bcond_without curl_http2 %bcond_without lldb Name: rust -Version: 1.53.0 -Release: 2 +Version: 1.54.0 +Release: 1 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -465,6 +465,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Thu Oct 14 2021 sdlzx - 1.54.0-1 +- Update to 1.54.0 + * Fri Oct 08 2021 donglongtao - 1.53.0-2 - Update debuginfo-level config