summary refs log tree commit diff
path: root/src/bootstrap/channel.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-05-04 23:45:41 +0000
committerbors <bors@rust-lang.org>2020-05-04 23:45:41 +0000
commit8d69840ab92ea7f4d323420088dd8c9775f180cd (patch)
treeb343bbbb72d07af4b8a88d9c07e77edf925ec6e9 /src/bootstrap/channel.rs
parent4fb7144ed159f94491249e86d5bbd033b5d60550 (diff)
parent1eb1c8d1f270014d68ca8becb693a1f02f7332fc (diff)
downloadrust-1.43.1.tar.gz
rust-1.43.1.zip
Auto merge of #71868 - Mark-Simulacrum:stable-1.43.1, r=pietroalbini 1.43.1
[stable] 1.43.1 release

* [Updated openssl-src to 1.1.1g for CVE-2020-1967.][71430]
* [Fixed the stabilization of AVX-512 features.][71473]
* [Fixed `cargo package --list` not working with unpublished dependencies.][cargo/8151]

[71430]: https://github.com/rust-lang/rust/pull/71430
[71473]: https://github.com/rust-lang/rust/issues/71473
[cargo/8151]: https://github.com/rust-lang/cargo/issues/8151
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 504cba45570..47fec8d3ea9 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.43.0";
+pub const CFG_RELEASE_NUM: &str = "1.43.1";
 
 pub struct GitInfo {
     inner: Option<Info>,