summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-07-31 20:14:08 +0000
committerbors <bors@rust-lang.org>2020-07-31 20:14:08 +0000
commitd3fb005a39e62501b8b0b356166e515ae24e2e54 (patch)
treee3bf895649ded523f86b55ce9f52b8df81d4d6e6
parentd068a6103e8b834820e26d72830ae7c668049b5c (diff)
parent77e9ebb5f4aab9a4e1135dd39c746403c666cfb4 (diff)
downloadrust-d3fb005a39e62501b8b0b356166e515ae24e2e54.tar.gz
rust-d3fb005a39e62501b8b0b356166e515ae24e2e54.zip
Auto merge of #74988 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.45.2
[stable] Update to 1.45.2

This just bumps the release number, which I forgot to do in the previous PR (#74958).

r? @ghost
-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 85b4dbd7265..b222da326d5 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -13,7 +13,7 @@ use build_helper::output;
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.45.1";
+pub const CFG_RELEASE_NUM: &str = "1.45.2";
 
 pub struct GitInfo {
     inner: Option<Info>,