lighthouse/consensus
realbigsean 50321c6671 Updates to make crates publishable (#2472)
## Issue Addressed

Related to: #2259

Made an attempt at all the necessary updates here to publish the crates to crates.io. I incremented the minor versions on all the crates that have been previously published. We still might run into some issues as we try to publish because I'm not able to test this out but I think it's a good starting point.

## Proposed Changes

- Add description and license to `ssz_types` and `serde_util`
- rename `serde_util` to `eth2_serde_util`
- increment minor versions
- remove path dependencies
- remove patch dependencies 

## Additional Info
Crates published: 

- [x] `tree_hash` -- need to publish `tree_hash_derive` and `eth2_hashing` first
- [x] `eth2_ssz_types` -- need to publish `eth2_serde_util` first
- [x] `tree_hash_derive`
- [x] `eth2_ssz`
- [x] `eth2_ssz_derive`
- [x] `eth2_serde_util`
- [x] `eth2_hashing`


Co-authored-by: realbigsean <seananderson33@gmail.com>
2021-09-03 01:10:25 +00:00
..
cached_tree_hash Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
fork_choice Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
int_to_bytes Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
merkle_proof Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
proto_array Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
safe_arith Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
serde_utils Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
ssz Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
ssz_derive Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
ssz_types Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
state_processing Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
swap_or_not_shuffle Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
tree_hash Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
tree_hash_derive Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
types Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00