Release v2.0.0 (#2673)

## Proposed Changes

* Bump version to v2.0.0
* Update dependencies (obsoletes #2670). `tokio-macros` v1.4.0 had been yanked due to a bug.
This commit is contained in:
Michael Sproul
2021-10-05 03:53:18 +00:00
parent ed1fc7cca6
commit 7c88f582d9
6 changed files with 20 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!(
// NOTE: using --match instead of --exclude for compatibility with old Git
"--match=thiswillnevermatchlol"
],
prefix = "Lighthouse/v2.0.0-rc.0-",
prefix = "Lighthouse/v2.0.0-",
fallback = "unknown"
);