Accepting request 892143 from home:firstyear:branches:devel:languages:rust
- Update to version 1.52.1: - This release works around broken builds on 1.52.0, which are caused by newly added verification. The bugs this verification detects are present in all Rust versions, and can trigger miscompilations in incremental builds, so downgrading to a prior stable version is not a fix. - What should a Rust programmer do in response? - upgrade to 1.52.1 - deleting your incremental compilation cache (e.g. by running cargo clean) - forcing incremental compilation to be disabled, by setting CARGO_INCREMENTAL=0 in your environment or build.incremental to false in the config.toml. - For more: https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html OBS-URL: https://build.opensuse.org/request/show/892143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=290
This commit is contained in:
parent
3daf5fc387
commit
9b60c66f20
16
rust.changes
16
rust.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 10 22:41:00 UTC 2021 - William Brown <william.brown@suse.com>
|
||||
|
||||
- Update to version 1.52.1:
|
||||
- This release works around broken builds on 1.52.0, which are caused by newly
|
||||
added verification. The bugs this verification detects are present in all
|
||||
Rust versions, and can trigger miscompilations in incremental builds, so
|
||||
downgrading to a prior stable version is not a fix.
|
||||
- What should a Rust programmer do in response?
|
||||
- upgrade to 1.52.1
|
||||
- deleting your incremental compilation cache (e.g. by running cargo clean)
|
||||
- forcing incremental compilation to be disabled, by setting
|
||||
CARGO_INCREMENTAL=0 in your environment or build.incremental to false in
|
||||
the config.toml.
|
||||
- For more: https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 00:29:37 UTC 2021 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
%global version_current 1.52.0
|
||||
%global version_current 1.52.1
|
||||
%global version_previous 1.51.0
|
||||
%global version_bootstrap 1.51.0
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2393e923087f3f8f98190eb0743f1b4a8956a35274ae5d3c0fae6e43238c6af8
|
||||
size 115114564
|
3
rustc-1.52.1-src.tar.xz
Normal file
3
rustc-1.52.1-src.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521bbaebce262264e44acb164d327cba27acf6f08bd7de672d8d1e16e7ed959e
|
||||
size 115109508
|
Loading…
Reference in New Issue
Block a user