Skip to content

Commit 0d4b294

Browse files
committed
bump
1 parent 8e0ac91 commit 0d4b294

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 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 = { path = "../databend-sqllogictests" }
552+
databend-sqllogictests-core = { git = "https://github.com/dqhl76/databend-sqllogictests.git", rev = "c4a90306ff1da074c0a0fcf0719798d86ddf649b" }
553553

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

tests/sqllogictests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ name = "databend-sqllogictests"
1515

1616
[dependencies]
1717
clap = { workspace = true }
18+
databend-sqllogictests-core = { workspace = true }
1819
env_logger = { workspace = true }
1920
tokio = { workspace = true }
20-
databend-sqllogictests-core = { workspace = true }
2121

2222
[lints]
2323
workspace = true

0 commit comments

Comments
 (0)