Skip to content

Commit

Permalink
Merge branch 'master' into feature-min_log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuliquan authored Dec 4, 2024
2 parents 7ab913a + ba2b3e9 commit e8cb587
Show file tree
Hide file tree
Showing 82 changed files with 1,989 additions and 1,366 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@1.83
with:
toolchain: stable
override: true
components: clippy, rustfmt
- name: Check Formatting
run: cargo fmt -- --check
- uses: actions/setup-python@v5
Expand Down
Loading

0 comments on commit e8cb587

Please sign in to comment.