Make all features explicit (#1251)

* Make all features explicit

* Remove default feature and add missing newline to cargo.toml

* Fix compilation for --feature libp2p-websocket

Signed-off-by: pscott <scottpiriou@gmail.com>

* Remove 'with-arbitrary'
This commit is contained in:
pscott
2020-06-18 09:42:42 +02:00
committed by GitHub
parent 065251b701
commit 06a72614cb
3 changed files with 7 additions and 1 deletions

View File

@@ -46,3 +46,6 @@ assert_matches = "1.3.0"
remote_beacon_node = { path = "../../common/remote_beacon_node" }
node_test_rig = { path = "../../testing/node_test_rig" }
tree_hash = "0.1.0"
[features]
fake_crypto = []