Release v0.3.4 (#1894)

## Proposed Changes

Bump version to v0.3.4 and update dependencies with `cargo update`.


Co-authored-by: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Michael Sproul
2020-11-13 06:06:35 +00:00
parent c00e6c2c6f
commit 46a06069c6
10 changed files with 189 additions and 161 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.3-",
prefix = "Lighthouse/v0.3.4-",
fallback = "unknown"
);