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

Ban multiple versions of parity-util-mem #922

@ordian

Description

@ordian

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

Metadata

Metadata

Assignees

Labels

I4-annoyanceCode behaves within expectations, however this “expected behaviour” itself is at issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions