From 34aed3d8cb3dd5b83adab9e5152ae7c083fdedf3 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 23 Apr 2019 16:18:46 +0200 Subject: [PATCH] bump to rust 1.34.1 --- src/bootstrap/channel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index 0b2f62485c9e..d12094867b20 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,