Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a conflict between bitvec and a dependency of it (funty) that caused a build failure. See: - ferrilab/bitvec#105 - ferrilab/funty#3 Due to semver, when importing parity-scale-codec as a library and resolving bitvec 0.20.1 dependencies, funty 0.12 is pulled, which causes the aforementioned build failure. I believe this is not happening when testing parity-scale-codec itself because Cargo.lock pins funty to 1.1.0, but when importing parity-scale-codec from another crate, this pinning is sometimes not possible. Bumping bitvec to 0.22.3 solves this issue, as it is compatible with funty 0.12.
- Loading branch information