Skip to content

Commit

Permalink
chore(query): bump ast 0.0.3 (#16283)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li authored Aug 20, 2024
1 parent fe54569 commit f45d81d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/query/ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "databend-common-ast"
version = "0.0.2"
version = "0.0.3"
publish = true
description = "SQL parser for Databend"
authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/query/ast/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ doctest = false
test = true

[dependencies]
databend-common-ast = { path = ".." }
databend-common-ast = { workspace = true }

afl = "0.12"

0 comments on commit f45d81d

Please sign in to comment.