Release v1.2.0 (#2249)

## Proposed Changes

Release v1.2.0 unchanged from the release candidate.
This commit is contained in:
Michael Sproul 2021-03-10 01:28:32 +00:00
parent 770a2ca030
commit 3919737978
6 changed files with 13 additions and 13 deletions

16
Cargo.lock generated
View File

@ -451,9 +451,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]]
name = "async-trait"
version = "0.1.47"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e098e9c493fdf92832223594d9a164f96bdf17ba81a42aff86f85c76768726a"
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf"
dependencies = [
"proc-macro2",
"quote",
@ -628,7 +628,7 @@ dependencies = [
[[package]]
name = "beacon_node"
version = "1.2.0-rc.0"
version = "1.2.0"
dependencies = [
"beacon_chain",
"clap",
@ -841,7 +841,7 @@ dependencies = [
[[package]]
name = "boot_node"
version = "1.2.0-rc.0"
version = "1.2.0"
dependencies = [
"beacon_node",
"clap",
@ -3335,7 +3335,7 @@ dependencies = [
[[package]]
name = "lcli"
version = "1.2.0-rc.0"
version = "1.2.0"
dependencies = [
"account_utils",
"bls",
@ -3707,7 +3707,7 @@ dependencies = [
[[package]]
name = "lighthouse"
version = "1.2.0-rc.0"
version = "1.2.0"
dependencies = [
"account_manager",
"account_utils",
@ -5487,9 +5487,9 @@ dependencies = [
[[package]]
name = "security-framework"
version = "2.1.1"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166"
checksum = "d493c5f39e02dfb062cd8f33301f90f9b13b650e8c1b1d0fd75c19dd64bff69d"
dependencies = [
"bitflags",
"core-foundation",

View File

@ -1,6 +1,6 @@
[package]
name = "beacon_node"
version = "1.2.0-rc.0"
version = "1.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "boot_node"
version = "1.2.0-rc.0"
version = "1.2.0"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"

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/v1.2.0-rc.0-",
prefix = "Lighthouse/v1.2.0-",
fallback = "unknown"
);

View File

@ -1,7 +1,7 @@
[package]
name = "lcli"
description = "Lighthouse CLI (modeled after zcli)"
version = "1.2.0-rc.0"
version = "1.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "lighthouse"
version = "1.2.0-rc.0"
version = "1.2.0"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"