Commit 80d7e03c authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Be specific about the `BitVec` generic arguments (#830)

* Be specific about the `BitVec` generic arguments

Currently we use the default generic arguments for `BitVec`. This means
we use `BigEndian` and `u8`. These default values are not stable, with
`0.17` of the `BitVec` crate this changes. To make sure we don't break
anything in the future, make sure we explictly set the generics.

* Update `spec_version`
parent 8303f7d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment