bump to rust 1.34.1

This commit is contained in:
Pietro Albini 2019-04-23 16:18:46 +02:00
parent e283c52cdd
commit 34aed3d8cb
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -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>,