diff --git a/Cargo.toml b/Cargo.toml index 6cb26e9..b5d485a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,6 @@ opt-level = "s" # optimize for binary size [dev_dependencies] embedded-sdmmc = "0.5.0" -usbd-midi = { git = "https://github.com/btrepp/usbd-midi/" } +usbd-midi = "0.3.0" num_enum = { version = "0.7.3", default-features = false } usb-device = "0.3.0"