Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
env:
RUSTDOCFLAGS: -D warnings
RUSTFLAGS: -D warnings
MSRV: 1.74.0
MSRV: 1.75.0

jobs:
setup:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
MSRV: 1.63.0
MSRV: 1.75.0

jobs:
format:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

### Changed
- It now depends on two versions of `embedded-hal` at the same time.
- Bump MSRV to 1.74 to be able to build `embedded-hal` 1.0.

### Added
- Traits from `delay` and `pwm` implemented for `embedded-hal` 1.0 on top of legacy ones from 0.2.7.

## [v0.4.6] 2025-03-31

### Changed
Expand Down
98 changes: 96 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading