From bd8f31081fe569f18cb3c24713dd173e315e229f Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:21:08 +0400 Subject: [PATCH] bump `turbosql` to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaa15fd..441b31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1" stream-cancel = "0.8" tokio = {version = "1", features = ["full"]} tracked = "0.5" -turbosql = {git = "https://github.com/trevyn/turbosql", branch = "main"} +turbosql = "0.11" # Optimize all dependencies even in debug builds: [profile.dev.package."*"]