From b51a40c18d1fb8261bd9d643413a0aaf14d9c0a6 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Thu, 20 Jun 2024 12:58:32 +0800 Subject: [PATCH] bump sqllogictest Signed-off-by: Bugen Zhao --- Cargo.lock | 3 +-- src/tests/simulation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69e17e94bce3..77af2f96d6da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13366,8 +13366,7 @@ dependencies = [ [[package]] name = "sqllogictest" version = "0.20.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f20de090b0fde4dcd53b330e7ad2772140304eb34f5e9a99c8963fc4c052f149" +source = "git+https://github.com/risinglightdb/sqllogictest-rs?rev=91ee11fd9e3c20f62fc54034dc36abff9c92c934#91ee11fd9e3c20f62fc54034dc36abff9c92c934" dependencies = [ "async-trait", "educe", diff --git a/src/tests/simulation/Cargo.toml b/src/tests/simulation/Cargo.toml index 5fbfc0e19f6f..4d63de46759a 100644 --- a/src/tests/simulation/Cargo.toml +++ b/src/tests/simulation/Cargo.toml @@ -50,7 +50,7 @@ risingwave_sqlsmith = { workspace = true } serde = "1.0.188" serde_derive = "1.0.188" serde_json = "1.0.107" -sqllogictest = "0.20" +sqllogictest = { git = "https://github.com/risinglightdb/sqllogictest-rs", rev = "91ee11fd9e3c20f62fc54034dc36abff9c92c934" } tempfile = "3" tikv-jemallocator = { workspace = true } tokio = { version = "0.2", package = "madsim-tokio" }