Bump to version v1.0.2 (#2001)

Update lighthouse to version `v1.0.2`. 

There are two major updates in this version:
- Updates to the task executor to tokio 0.3 and all sub-dependencies relying on core execution, including libp2p
- Update BLST
This commit is contained in:
Age Manning
2020-11-28 13:22:37 +00:00
parent cadcc9a76b
commit f7183098ee
6 changed files with 18 additions and 18 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.1-",
prefix = "Lighthouse/v1.0.2-",
fallback = "unknown"
);