Skip to content

Commit 8e0ac91

Browse files
committed
bump version
1 parent 0016c16 commit 8e0ac91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ quickcheck = "1.0"
549549
sqllogictest = "0.28.4"
550550

551551
# Will move to databend org latter, used for testing
552-
databend-sqllogictests-core = { git = "https://github.com/dqhl76/databend-sqllogictests.git", rev = "66c32a16f2c34da180c412d2925bb421cc8cb2ab" }
552+
databend-sqllogictests-core = { path = "../databend-sqllogictests" }
553553

554554
[workspace.lints.rust]
555555
async_fn_in_trait = "allow"

tests/sqllogictests/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414

1515
use clap::Parser;
16-
use databend_sqllogictests_core::SqlLogicTestArgs;
17-
use databend_sqllogictests_core::run;
16+
use databend_sqllogictests_core::arg::SqlLogicTestArgs;
17+
use databend_sqllogictests_core::runner::run;
1818

1919
#[tokio::main]
2020
async fn main() {

0 commit comments

Comments
 (0)