Skip to content

Commit c29aee6

Browse files
committed
Move hd44780-driver dependency to dev-dependencies
1 parent 703ba66 commit c29aee6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Move pin mode at the end of generics, add defaults for modes,
1313
bump MSRV to 1.59 [#418]
14+
- Move hd44780-driver to dev-dependencies
1415

1516
### Fixed
1617
- Enable the defmt feature on fugit when the defmt feature on the

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ fugit-timer = "0.1.3"
4646
rtic-monotonic = { version = "1.0", optional = true }
4747
bitflags = "1.3.2"
4848
embedded-storage = "0.2"
49-
hd44780-driver = "0.4.0"
5049

5150
[dependencies.time]
5251
version = "0.3"
@@ -80,6 +79,7 @@ display-interface-spi = "0.4"
8079
ist7920 = "0.1.0"
8180
smart-leds = "0.3.0"
8281
ws2812-spi = { version = "0.4.0", features = [] }
82+
hd44780-driver = "0.4.0"
8383

8484
[dev-dependencies.time]
8585
version = "0.3"

0 commit comments

Comments
 (0)