Skip to content

Commit 18cd121

Browse files
authored
fix(engines): support simple row desc message (#233)
* fix(engines): support simple row desc message Signed-off-by: Alex Chi <[email protected]> * bump semver checks Signed-off-by: Alex Chi <[email protected]> --------- Signed-off-by: Alex Chi <[email protected]>
1 parent a6bbfdb commit 18cd121

File tree

7 files changed

+602
-435
lines changed

7 files changed

+602
-435
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions-rs/cargo@v1
6969
with:
7070
command: install
71-
args: cargo-semver-checks --version ^0.32 --locked
71+
args: cargo-semver-checks --version ^0.36 --locked
7272
- name: Check semver
7373
run: |
7474
cargo semver-checks check-release -p sqllogictest

0 commit comments

Comments
 (0)