Skip to content

Commit

Permalink
Add sea-orm feature to sea-query-derive
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 11, 2023
1 parent 89095d7 commit 5354202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ with-time = ["time"]
with-ipnetwork = ["ipnetwork"]
with-mac_address = ["mac_address"]
tests-cfg = []
sea-orm = []

[[test]]
name = "test-derive"
Expand Down
3 changes: 3 additions & 0 deletions sea-query-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ thiserror = { version = "1.0", default-features = false }
trybuild = "1.0"
sea-query = { version = "0", path = ".." }
strum = { version = "0.24", features = ["derive"] }

[features]
sea-orm = []

0 comments on commit 5354202

Please sign in to comment.