Skip to content

Commit d30e35b

Browse files
refactor: Rust-1.93 and dependency updates (#1122)
* ci: allow CI workflow to continue even if coverage upload fails * build: update Rust toolchain to version 1.93.1 * ci: update SQLFluff version to 4.0.4 in CI workflow * refactor: Update dependencies - Bump versions of several dependencies in Cargo.toml, including actix, arrow, assert_cmd, bytes, convert_case, rand, regex, serde_with, strum, tempfile, and vergen. - Refactor pip.rs to replace geo_rand with geo and implement random polygon generation logic. * refactor: update geo dependency to version 0.32.0 and add new dependencies * build: fix Cargo.toml of deps-workspace * refactor: fix tests
1 parent 078c127 commit d30e35b

File tree

16 files changed

+1029
-582
lines changed

16 files changed

+1029
-582
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
file: lcov.info
55+
fail-on-error: false # do not fail the workflow if the upload fails
5556

5657
lint:
5758
runs-on: ubuntu-24.04
@@ -83,7 +84,7 @@ jobs:
8384
- name: Clippy
8485
run: cargo clippy --all-targets --locked -- -D warnings
8586
- name: SQLFluff
86-
run: pipx run sqlfluff==3.5.0 lint
87+
run: pipx run sqlfluff==4.0.4 lint
8788

8889
openapi:
8990
name: OpenAPI Validation

0 commit comments

Comments
 (0)