Skip to content

Commit 4e28a6f

Browse files
committed
Bump SeaQuery version for SeaORM cursor pagination
1 parent 00429f3 commit 4e28a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ path = "src/lib.rs"
3535
[dependencies]
3636
futures = { version = "0.3", optional = true }
3737
sea-schema-derive = { version = "0.1.0", path = "sea-schema-derive" }
38-
sea-query = { version = "^0.24.0" }
38+
sea-query = { version = "^0.24.0", git = "https://github.com/SeaQL/sea-query", branch = "orders-mut-for-each", features = ["thread-safe"] }
3939
serde = { version = "^1", features = ["derive"], optional = true }
4040
sqlx = { version = "^0", optional = true }
4141
log = { version = "^0.4", optional = true }

0 commit comments

Comments
 (0)