diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-09 23:58:26 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-10 00:00:10 +0100 |
| commit | 495b8b739aaba3d1fe7e105559c830496fabb1d7 (patch) | |
| tree | 6cc6597e9dfa6ac75736ebd4be4a63ca4b546771 /embassy-time/CHANGELOG.md | |
| parent | 67ed134479886023ec133a3a95074972e6d83236 (diff) | |
Change GPIO inherent methods back to `&self`.
With the embedded-hal rc3 update I changed them to require `&mut self`, but
in retrospect I think `&self` is better, for extra flexibility.
This PR reverts the changes from the rc3 update to inherent methods.
Diffstat (limited to 'embassy-time/CHANGELOG.md')
| -rw-r--r-- | embassy-time/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md index 99f6ef7ac..d8c0c7d08 100644 --- a/embassy-time/CHANGELOG.md +++ b/embassy-time/CHANGELOG.md | |||
| @@ -24,8 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 24 | 24 | ||
| 25 | ## 0.1.3 - 2023-08-28 | 25 | ## 0.1.3 - 2023-08-28 |
| 26 | 26 | ||
| 27 | - Update `embedded-hal-async` to `1.0.0-rc.3` | 27 | - Update `embedded-hal-async` to `1.0.0-rc.2` |
| 28 | - Update `embedded-hal v1` to `1.0.0-rc.3` | 28 | - Update `embedded-hal v1` to `1.0.0-rc.2` |
| 29 | 29 | ||
| 30 | ## 0.1.2 - 2023-07-05 | 30 | ## 0.1.2 - 2023-07-05 |
| 31 | 31 | ||
