This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
To avoid issues like #921, having multiple versions of parity-util-mem should be banned. This can be enforced in CI via https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html or simply by running this command
! grep -qE "parity-util-mem [0-9].+[0-9] \(registry" Cargo.lock
To see where multiple versions of parity-util-mem come from, run (install cargo-tree first)
cargo tree -i -p parity-util-mem:0.6.0
and
cargo tree -i -p parity-util-mem:0.5.2