fix \n in buildhash

This commit is contained in:
Damien Elmes 2020-06-01 18:03:59 +10:00
parent 4917cabeb9
commit cec5a260e5

View file

@ -8,7 +8,7 @@ pub fn version() -> &'static str {
} }
pub fn buildhash() -> &'static str { pub fn buildhash() -> &'static str {
include_str!("../../meta/buildhash") include_str!("../../meta/buildhash").trim()
} }
pub(crate) fn sync_client_version() -> &'static str { pub(crate) fn sync_client_version() -> &'static str {