File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Get latest version of stable Rust
3131 run : rustup update stable
3232 - name : Run tests
33- run : cargo test --release
33+ run : cargo test --release --all-features
3434 coverage :
3535 name : cargo-tarpaulin
3636 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keywords = ["ethereum"]
1111categories = [" cryptography::cryptocurrencies" ]
1212
1313[dependencies ]
14- tree_hash = " 0.10 .0"
14+ tree_hash = { version = " 0.11 .0" , default-features = false }
1515ethereum_serde_utils = " 0.8.0"
1616ethereum_ssz = " 0.9.0"
1717serde = " 1.0.0"
@@ -26,6 +26,10 @@ criterion = "0.7.0"
2626serde_json = " 1.0.0"
2727tree_hash_derive = " 0.10.0"
2828
29+ [features ]
30+ default = [" ring" ]
31+ ring = [" tree_hash/ring" ]
32+
2933[[bench ]]
3034harness = false
3135name = " encode_decode"
You can’t perform that action at this time.
0 commit comments