README.md (Requirements section) says:
but mix.exs actually pins the dependency at:
The two disagree. The README should match the real mix.exs pin (and per the workspace convention satellites are being bumped toward ~> 0.20 as they're touched, so this may want bumping at the same time).
Found while adding usage-rules.md (#61 / PR #62); not fixed there to keep that PR docs-only.
README.md(Requirements section) says:but
mix.exsactually pins the dependency at:The two disagree. The README should match the real
mix.exspin (and per the workspace convention satellites are being bumped toward~> 0.20as they're touched, so this may want bumping at the same time).Found while adding
usage-rules.md(#61 / PR #62); not fixed there to keep that PR docs-only.