Skip to content

Commit

Permalink
Increase MSRV to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Dec 10, 2024
1 parent 5c37288 commit 0e8b5f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update nightly
- run: rustup update 1.75 && rustup default 1.75
- run: rustup update 1.76 && rustup default 1.76
- run: cargo +nightly update -Z minimal-versions
- run: cargo check --all-features

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2024-12-10

### Changed

- Update `tokio-modbus` to version `0.16`
- Update `thiserror` to version `2.0`
- Increase MSRV to 1.76

## [0.7.2] - 2024-12-10

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["sunspec", "models", "generated"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bikeshedder/sunspec"
readme = "README.md"
rust-version = "1.75"
rust-version = "1.76"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 0e8b5f0

Please sign in to comment.