mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Re-export context_deserialize_derive inside context_deserialize (#7852)
Re-export `context_deserialize_derive` inside of `context_deserialize` so they are both available from the same interface, which matches how popular crates (like `serde`) handle this. This also nests both crates inside a new `context_deserialize` directory which will make it easier to eventually spin out into a different repo (if/when) we decide to do that (plus I prefer it aesthetically).
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -1786,6 +1786,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
||||
name = "context_deserialize"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"context_deserialize_derive",
|
||||
"milhouse",
|
||||
"serde",
|
||||
"ssz_types",
|
||||
@@ -2603,7 +2604,6 @@ dependencies = [
|
||||
"compare_fields",
|
||||
"compare_fields_derive",
|
||||
"context_deserialize",
|
||||
"context_deserialize_derive",
|
||||
"derivative",
|
||||
"eth2_network_config",
|
||||
"ethereum_ssz",
|
||||
@@ -9897,7 +9897,6 @@ dependencies = [
|
||||
"compare_fields",
|
||||
"compare_fields_derive",
|
||||
"context_deserialize",
|
||||
"context_deserialize_derive",
|
||||
"criterion",
|
||||
"derivative",
|
||||
"eth2_interop_keypairs",
|
||||
|
||||
Reference in New Issue
Block a user