diff --git a/rust.changes b/rust.changes index 58f14fd..2597853 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 10 22:41:00 UTC 2021 - William Brown + +- 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 diff --git a/rust.spec b/rust.spec index ca5c689..0271bd9 100644 --- a/rust.spec +++ b/rust.spec @@ -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 diff --git a/rustc-1.52.0-src.tar.xz b/rustc-1.52.0-src.tar.xz deleted file mode 100644 index 9b85e51..0000000 --- a/rustc-1.52.0-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2393e923087f3f8f98190eb0743f1b4a8956a35274ae5d3c0fae6e43238c6af8 -size 115114564 diff --git a/rustc-1.52.1-src.tar.xz b/rustc-1.52.1-src.tar.xz new file mode 100644 index 0000000..e09f8ab --- /dev/null +++ b/rustc-1.52.1-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521bbaebce262264e44acb164d327cba27acf6f08bd7de672d8d1e16e7ed959e +size 115109508