Bump to v1.0.0, run cargo update

This commit is contained in:
Paul Hauner
2020-11-24 11:44:40 +11:00
parent a96893744c
commit c6baa0eed1
7 changed files with 150 additions and 145 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/v0.3.5-",
prefix = "Lighthouse/v1.0.0-",
fallback = "unknown"
);