Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 2, 2024
1 parent 0122e4c commit a2b9d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sea-query-attr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ darling = { version = "0.14", default-features = false }

[dev-dependencies]
trybuild = "1.0"
sea-query = { version = "0", path = ".." }
sea-query = { version = "0.31.0-rc.4", path = ".." }
strum = { version = "0.25", features = ["derive"] }
2 changes: 1 addition & 1 deletion sea-query-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = { version = "1.0", default-features = false }

[dev-dependencies]
trybuild = "1.0"
sea-query = { version = "0", path = ".." }
sea-query = { version = "0.31.0-rc.4", path = ".." }
strum = { version = "0.25", features = ["derive"] }

[features]
Expand Down

0 comments on commit a2b9d59

Please sign in to comment.