Skip to content

Commit

Permalink
Merge pull request #149 from samgozman/xxx-updates-1
Browse files Browse the repository at this point in the history
Update dependencies and rust version
  • Loading branch information
samgozman authored Apr 28, 2024
2 parents 6a5698c + 89908e8 commit 8b16808
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 171 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1.0.7
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.72.0
toolchain: 1.77.2
components: rustfmt

- name: Run rustfmt
Expand All @@ -30,10 +30,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1.0.7
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.72.0
toolchain: 1.77.2
- name: Run clippy
run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
timeout-minutes: 10
Expand All @@ -48,10 +48,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1.0.7
- uses: dtolnay/rust-toolchain@stable
with:
name: test-${{matrix.os}}
toolchain: 1.72.0
toolchain: 1.77.2

- name: Run unit tests
run: cargo test --locked --all-targets --workspace --all-features
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ target/

# IDE
.idea/

# System Files
.DS_Store
Loading

0 comments on commit 8b16808

Please sign in to comment.