File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
13
13
### Changed
14
14
15
+
16
+ ## [ v0.2.4] - 2020-06-10
17
+
18
+ ### Added
19
+
20
+
21
+ ### Changed
22
+
23
+ - Fix for ` dyn ` traits in fmt.rs
24
+ - Remove ` #![deny(warnings)] ` , now imposed y CI
25
+ - Updates stm32f30x from 0.6.0 to 0.8.0
15
26
- Fix the input pin v2->v1 compatibility shim constructor, where ` OldInputPin::new `
16
27
was incorrectly implemented for ` v1::OutputPin ` values.
17
28
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
11
name = " embedded-hal"
12
12
readme = " README.md"
13
13
repository = " https://github.com/japaric/embedded-hal"
14
- version = " 0.2.3 "
14
+ version = " 0.2.4 "
15
15
16
16
[dependencies .void ]
17
17
default-features = false
You can’t perform that action at this time.
0 commit comments