parity-common/ethbloom
Niklas Adofsson 0d1133ef75 Use `rustc-hex v2.0` with explicit types
The issue was that the trait `FromHex` has changed and is now using
`FromIterator<u8>` instead of `FromIterator<Vec<u8>>` and was `inferred`
to `[u8]` instead of `Vec<u8>`. Thus, has not compile-time size and
won't work!

Well, this could be improved to be stack allocated because
we know the `size` of the hexstring but in this case I think
is sufficient and only used in tests!
2018-08-23 12:03:11 +02:00
..
benches ethbloom crate 2018-01-05 17:45:04 +01:00
src Use `rustc-hex v2.0` with explicit types 2018-08-23 12:03:11 +02:00
Cargo.toml Use `rustc-hex v2.0` with explicit types 2018-08-23 12:03:11 +02:00