Skip to content

Commit

Permalink
Update dependencies (#204)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump MSRV to 1.74

Clap requires it.
  • Loading branch information
rnestler committed Mar 9, 2024
1 parent d372093 commit d0fdc1e
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 144 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:

build_and_test:
runs-on: ubuntu-22.04
container: rust:1.71
container: rust:1.74
steps:
- uses: actions/checkout@v3
- run: cargo build
- run: cargo test

lint:
runs-on: ubuntu-22.04
container: rust:1.71
container: rust:1.74
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: cargo clippy --all-targets --all-features -- -D warnings

fmt:
runs-on: ubuntu-22.04
container: rust:1.71
container: rust:1.74
steps:
- uses: actions/checkout@v3
- run: rustup component add rustfmt
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Bump MSRV to 1.70
* Bump MSRV to 1.74
* Update dependencies

### Added
Expand Down

0 comments on commit d0fdc1e

Please sign in to comment.