We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfd89f commit 07a1947Copy full SHA for 07a1947
2 files changed
CHANGELOG.md
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
15
### Changed
16
17
+
18
+## 0.10.0-rc.4 - 2023-12-14
19
20
+### Changed
21
22
- Updated `embedded-hal` to `1.0.0-rc.3`.
23
24
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embedded-hal-mock"
3
-version = "0.10.0-rc.3"
+version = "0.10.0-rc.4"
4
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
5
categories = ["embedded", "hardware-support", "development-tools::testing"]
6
description = "A collection of mocked devices that implement the embedded-hal traits"
0 commit comments