Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulFence committed Mar 18, 2024
1 parent cfbd0a8 commit d500dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- Remove package-level type exports (#1275)
- Revert changes related to "CryptoRng" trait (#1309)

## [0.16.1] - 2024-03-12

Expand Down
2 changes: 1 addition & 1 deletion esp-hal/src/rng.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ impl rand_core::RngCore for Rng {
self.fill_bytes(dest);
Ok(())
}
}
}

0 comments on commit d500dea

Please sign in to comment.