Skip to content

Commit

Permalink
fix(engines): support simple row desc message (#233)
Browse files Browse the repository at this point in the history
* fix(engines): support simple row desc message

Signed-off-by: Alex Chi <iskyzh@gmail.com>

* bump semver checks

Signed-off-by: Alex Chi <iskyzh@gmail.com>

---------

Signed-off-by: Alex Chi <iskyzh@gmail.com>
  • Loading branch information
skyzh authored Nov 11, 2024
1 parent a6bbfdb commit 18cd121
Show file tree
Hide file tree
Showing 7 changed files with 602 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-semver-checks --version ^0.32 --locked
args: cargo-semver-checks --version ^0.36 --locked
- name: Check semver
run: |
cargo semver-checks check-release -p sqllogictest
Expand Down
Loading

0 comments on commit 18cd121

Please sign in to comment.