Skip to content

Commit f718309

Browse files
committed
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
1 parent cadcc9a commit f718309

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beacon_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beacon_node"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
55
edition = "2018"
66

boot_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boot_node"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2018"
66

common/lighthouse_version/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use target_info::Target;
1010
/// `Lighthouse/v0.2.0-1419501f2+`
1111
pub const VERSION: &str = git_version!(
1212
args = ["--always", "--dirty=+"],
13-
prefix = "Lighthouse/v1.0.1-",
13+
prefix = "Lighthouse/v1.0.2-",
1414
fallback = "unknown"
1515
);
1616

lcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lcli"
33
description = "Lighthouse CLI (modeled after zcli)"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = "2018"
77

lighthouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lighthouse"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)