summary refs log tree commit diff
path: root/src/bootstrap/channel.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-04-24 21:04:57 +0000
committerbors <bors@rust-lang.org>2019-04-24 21:04:57 +0000
commitfc50f328b0353b285421b8ff5d4100966387a997 (patch)
tree563b072a4045583944aa125b5f497354e5bc7945 /src/bootstrap/channel.rs
parent91856ed52c58aa5ba66a015354d1cc69e9779bdf (diff)
parentd8a026d3bf7536e5233e6a5df42ca677a343c749 (diff)
downloadrust-1.34.1.tar.gz
rust-1.34.1.zip
Auto merge of #60198 - pietroalbini:stable-next, r=Mark-Simulacrum 1.34.1
[stable] 1.34.1 point release

The release date is April 25th.

Included in this point release:

* #59891: Fix the link to sort_by_cached_key
* #59989: Fix links to Atomic* in RELEASES.md
* https://github.com/rust-lang/rust-clippy/pull/3805: Fix ICE https://github.com/rust-lang/rust-clippy/issue/3747
* https://github.com/rust-lang/rust-clippy/pull/3821: do not trigger redundant_closure when there is a difference in borrow...
* https://github.com/rust-lang/rust-clippy/pull/3844: Fix two missing_const_for_fn false positives
Diffstat (limited to 'src/bootstrap/channel.rs')
-rw-r--r--src/bootstrap/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 0b2f62485c9..d12094867b2 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -14,7 +14,7 @@ use crate::Build;
 use crate::config::Config;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.34.0";
+pub const CFG_RELEASE_NUM: &str = "1.34.1";
 
 pub struct GitInfo {
     inner: Option<Info>,