Commit Cargo.lock changes, add build scripts (#1521)

## Issue Addressed

NA

## Proposed Changes

This PR commits the `Cargo.lock` file so it does not indicate a dirty git tree in the version tag. This code should be used for the `v0.2.3` release.

Also, adds a `Makefile` command to produce tarballs for upload on release.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-14 22:24:27 +00:00
parent f4a7311008
commit 6aeb896480
3 changed files with 38 additions and 5 deletions

10
Cargo.lock generated
View File

@@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "account_manager"
version = "0.2.0"
version = "0.2.3"
dependencies = [
"account_utils",
"bls",
@@ -373,7 +373,7 @@ dependencies = [
[[package]]
name = "beacon_node"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"beacon_chain",
"clap",
@@ -530,7 +530,7 @@ dependencies = [
[[package]]
name = "boot_node"
version = "0.1.0"
version = "0.2.3"
dependencies = [
"clap",
"discv5",
@@ -2894,7 +2894,7 @@ dependencies = [
[[package]]
name = "lighthouse"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"account_manager",
"account_utils",
@@ -6022,7 +6022,7 @@ dependencies = [
[[package]]
name = "validator_client"
version = "0.2.0"
version = "0.2.3"
dependencies = [
"account_utils",
"bls",