From 4e28a6fb4f00ee7be2e42e13bf767844d51b0974 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 16 Jun 2022 15:23:47 +0800 Subject: [PATCH] Bump SeaQuery version for SeaORM cursor pagination --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eded2482..bde7b9d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }