Skip to content

Commit

Permalink
Fix msvr
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Jan 18, 2025
1 parent 34ad3f0 commit 86502ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,5 @@ jobs:
rust-version: ${{ env.rust_msrv }}
- name: Check MSRV
run: |
cargo +${{ env.rust_msrv }} check --locked --workspace --exclude iceberg-datafusion --exclude iceberg-catalog-s3tables
cargo +${{ env.rust_msrv }} check --locked --workspace --exclude iceberg-datafusion
--exclude iceberg-catalog-s3tables --exclude iceberg-sqllogictest
42 changes: 21 additions & 21 deletions 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 crates/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

[package]
name = "sqllogictest"
name = "iceberg-sqllogictest"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down

0 comments on commit 86502ed

Please sign in to comment.