-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Ecto 2.0 #10
Comments
I did a brief look and I don't think that cloak is actually dependent on any ecto < 2.0 features so it should just be a matter of updating the dependency. |
When I tried it locally it didn't work by default with ecto2-rc but maybe the version checker ignores rc/beta versions? |
Yeah, possibly. I think it will work once {:ecto, "~> 2.0.0-rc3", override: true} |
Ecto 2.0 is in RC right now and should be releasing soon. Cloak is pinned to Ecto 1.1 right now. It'd be great to have Cloak support for 2.0 given we want to move our app to 2.0 soon. Thanks!
The text was updated successfully, but these errors were encountered: