File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
- Move pin mode at the end of generics, add defaults for modes,
13
13
bump MSRV to 1.59 [ #418 ]
14
+ - Move hd44780-driver to dev-dependencies
14
15
15
16
### Fixed
16
17
- Enable the defmt feature on fugit when the defmt feature on the
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ fugit-timer = "0.1.3"
46
46
rtic-monotonic = { version = " 1.0" , optional = true }
47
47
bitflags = " 1.3.2"
48
48
embedded-storage = " 0.2"
49
- hd44780-driver = " 0.4.0"
50
49
51
50
[dependencies .time ]
52
51
version = " 0.3"
@@ -80,6 +79,7 @@ display-interface-spi = "0.4"
80
79
ist7920 = " 0.1.0"
81
80
smart-leds = " 0.3.0"
82
81
ws2812-spi = { version = " 0.4.0" , features = [] }
82
+ hd44780-driver = " 0.4.0"
83
83
84
84
[dev-dependencies .time ]
85
85
version = " 0.3"
You can’t perform that action at this time.
0 commit comments