Update to 1.54.0

This commit is contained in:
sdlzx 2021-10-09 23:40:21 +08:00
parent dfe298cb4f
commit 19438f885b

View File

@ -1,9 +1,9 @@
%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x %global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
%{!?channel: %global channel stable} %{!?channel: %global channel stable}
%global bootstrap_rust 1.52.1 %global bootstrap_rust 1.53.0
%global bootstrap_cargo 1.52.1 %global bootstrap_cargo 1.53.0
%global bootstrap_channel 1.52.1 %global bootstrap_channel 1.53.0
%global bootstrap_date 2021-10-02 %global bootstrap_date 2021-10-14
%bcond_with llvm_static %bcond_with llvm_static
%bcond_with bundled_llvm %bcond_with bundled_llvm
%bcond_without bundled_libgit2 %bcond_without bundled_libgit2
@ -11,8 +11,8 @@
%bcond_without curl_http2 %bcond_without curl_http2
%bcond_without lldb %bcond_without lldb
Name: rust Name: rust
Version: 1.53.0 Version: 1.54.0
Release: 2 Release: 1
Summary: The Rust Programming Language Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and MIT) License: (ASL 2.0 or MIT) and (BSD and MIT)
URL: https://www.rust-lang.org URL: https://www.rust-lang.org
@ -465,6 +465,9 @@ export %{rust_env}
%{_mandir}/man1/cargo*.1* %{_mandir}/man1/cargo*.1*
%changelog %changelog
* Thu Oct 14 2021 sdlzx <hdu_sdlzx@163.com> - 1.54.0-1
- Update to 1.54.0
* Fri Oct 08 2021 donglongtao <donglongtao@huawei.com> - 1.53.0-2 * Fri Oct 08 2021 donglongtao <donglongtao@huawei.com> - 1.53.0-2
- Update debuginfo-level config - Update debuginfo-level config