Update to 1.57.0

This commit is contained in:
Liu Zixian 2022-01-22 23:46:09 +08:00
parent 725f92a955
commit 0f6b942816
2 changed files with 10 additions and 7 deletions

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.55.0 %global bootstrap_rust 1.56.0
%global bootstrap_cargo 1.55.0 %global bootstrap_cargo 1.56.0
%global bootstrap_channel 1.55.0 %global bootstrap_channel 1.56.0
%global bootstrap_date 2021-12-18 %global bootstrap_date 2022-01-22
%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,7 +11,7 @@
%bcond_without curl_http2 %bcond_without curl_http2
%bcond_without lldb %bcond_without lldb
Name: rust Name: rust
Version: 1.56.0 Version: 1.57.0
Release: 1 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)
@ -464,6 +464,9 @@ export %{rust_env}
%{_mandir}/man1/cargo*.1* %{_mandir}/man1/cargo*.1*
%changelog %changelog
* Sat Jan 22 2022 Liu Zixian <liuzixian4@huawei.com> - 1.57.0-1
- Update to 1.57.0
* Sat Dec 18 2021 sdlzx <hdu_sdlzx@163.com> - 1.56.0-1 * Sat Dec 18 2021 sdlzx <hdu_sdlzx@163.com> - 1.56.0-1
- Update to 1.56.0 - Update to 1.56.0

View File

@ -46,8 +46,8 @@ index ba5b956dd..eca593482 100644
cargo-util = { path = "crates/cargo-util", version = "0.1.1" } cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
crates-io = { path = "crates/crates-io", version = "0.33.0" } crates-io = { path = "crates/crates-io", version = "0.33.0" }
crossbeam-utils = "0.8" crossbeam-utils = "0.8"
-curl = { version = "0.4.38", features = ["http2"] } -curl = { version = "0.4.39", features = ["http2"] }
+curl = { version = "0.4.38", features = [] } +curl = { version = "0.4.39", features = [] }
curl-sys = "0.4.48" curl-sys = "0.4.48"
env_logger = "0.9.0" env_logger = "0.9.0"
pretty_env_logger = { version = "0.4", optional = true } pretty_env_logger = { version = "0.4", optional = true }