diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-01-31 12:25:38 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-01-31 12:31:09 -0500 |
| commit | ff95473b5e8fe4a25f59778e6a071abc026e6447 (patch) | |
| tree | fd20f86c4707e184b8454e0fb80086c483cbe281 /src/bootstrap | |
| parent | b613b0cb3641a7a5be74471e8e5963e52adf30ea (diff) | |
Bump rustfmt and stage0
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index 38810237ef9..504cba45570 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.42.0"; +pub const CFG_RELEASE_NUM: &str = "1.43.0"; pub struct GitInfo { inner: Option<Info>, |
