Skip to content
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

DeriveActiveEnum requires sea-query #1151

Closed
lpotthast opened this issue Oct 25, 2022 · 2 comments · Fixed by #1154
Closed

DeriveActiveEnum requires sea-query #1151

lpotthast opened this issue Oct 25, 2022 · 2 comments · Fixed by #1154
Assignees

Comments

@lpotthast
Copy link

lpotthast commented Oct 25, 2022

At first, thank you for all your work on sea-orm! It is a fantastic addition to the Rust ecosystem ❤️

Upgrading to version 0.10.0.

That version, being a release candidate, I think should have been named 0.10.0-rc1 or 0.10.0-beta1, when following semver standards, so that people only looking at versions and not release notes don't get confused.

This change now requires that sea-query is added as a dependency (as DeriveActiveEnum seem to rely on that now) where it was previously possible to achieve this with just sea-orm as a dependency. Was this intentional?

@siketyan
Copy link
Sponsor Contributor

Related: #1143

You can import sea_query via use sea_orm::sea_query to resolve without adding sea_query crate as a dependency.

@billy1624
Copy link
Member

Hey @inf0rm4tik3r, thanks for the report!! @siketyan and I are working on fixing the issue.

A new patch will be released shortly :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants