mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
Update nb requirement from 0.1.2 to 1.0.0
Updates the requirements on [nb](https://github.com/rust-embedded/nb) to permit the latest version. - [Release notes](https://github.com/rust-embedded/nb/releases) - [Changelog](https://github.com/rust-embedded/nb/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
f0a03436a7
commit
8f640eb02f
|
@ -10,7 +10,7 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
embedded-hal = "0.2.2"
|
||||
nb = "0.1.2"
|
||||
nb = "1.0.0"
|
||||
usb-device = "0.2.3"
|
||||
|
||||
[dependencies.num_enum]
|
||||
|
|
Loading…
Reference in a new issue