DockYard / valid_field

https://hex.pm/packages/valid_field
MIT License
48 stars 6 forks source link

Updates package version in README #23

Closed matthewlehner closed 7 years ago

matthewlehner commented 7 years ago

Tiny update so the readme has the most up to date package version – otherwise you get this error with Ecto 2:

Failed to use "ecto" (version 2.0.5) because
  ecto_enum (version 0.3.1) requires >= 0.13.1
  phoenix_ecto (version 3.0.1) requires ~> 2.0
  valid_field (version 0.4.0) requires ~> 1.1.8
  mix.lock specifies 2.0.5
matthewlehner commented 7 years ago

Ah ha, on further reflection, it looks like this is not working with Ecto 2.0 after all. Sorry about the noise!