Update to v1.0.1, run cargo update

This commit is contained in:
Paul Hauner
2020-11-27 20:48:38 +11:00
parent 38b15deccb
commit 5a3b94cbb4
6 changed files with 43 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ use target_info::Target;
/// `Lighthouse/v0.2.0-1419501f2+`
pub const VERSION: &str = git_version!(
args = ["--always", "--dirty=+"],
prefix = "Lighthouse/v1.0.0-",
prefix = "Lighthouse/v1.0.1-",
fallback = "unknown"
);