Skip to content

Commit

Permalink
Bump SeaQuery version for SeaORM cursor pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 16, 2022
1 parent 00429f3 commit 4e28a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path = "src/lib.rs"
[dependencies]
futures = { version = "0.3", optional = true }
sea-schema-derive = { version = "0.1.0", path = "sea-schema-derive" }
sea-query = { version = "^0.24.0" }
sea-query = { version = "^0.24.0", git = "https://github.com/SeaQL/sea-query", branch = "orders-mut-for-each", features = ["thread-safe"] }
serde = { version = "^1", features = ["derive"], optional = true }
sqlx = { version = "^0", optional = true }
log = { version = "^0.4", optional = true }
Expand Down

0 comments on commit 4e28a6f

Please sign in to comment.