@@ -12,22 +12,22 @@ documentation = "https://docs.rs/libdaisy"
1212exclude = [" .gitignore" ]
1313
1414[dependencies ]
15- cfg-if = " 0.1.10 "
15+ cfg-if = " 1.0 "
1616cortex-m-rtic = " 1.0.0"
1717cortex-m = " ^0.7"
1818debouncr = " 0.2.2"
1919log = " 0.4.11"
20- micromath = " 1 .1.1 "
20+ micromath = " 2 .1.0 "
2121panic-halt = " 0.2.0"
22- stm32h7xx-hal = { version = " 0.14 .0" , features = [" stm32h750v" ," rt" ," fmc" , " xspi" , " sdmmc" , " sdmmc-fatfs" , " usb_hs" ] }
22+ stm32h7xx-hal = { version = " 0.16 .0" , features = [" stm32h750v" ," rt" ," fmc" , " xspi" , " sdmmc" , " sdmmc-fatfs" , " usb_hs" ] }
2323stm32-fmc = " 0.3.0"
24- rtt-target = { version = " 0.4 .0" , optional = true }
25- panic-rtt-target = { version = " 0.1.2 " , features = [ " cortex-m " ] , optional = true }
24+ rtt-target = { version = " 0.5 .0" , optional = true }
25+ panic-rtt-target = { version = " 0.1.3 " , optional = true }
2626lazy_static = { version = " 1.4.0" , features = [" spin_no_std" ], optional = true }
27- cortex-m-log = { version = " ~0.7 " , features = [" itm" , " semihosting" , " log-integration" ], optional = true }
27+ cortex-m-log = { version = " ~0.8 " , features = [" itm" , " semihosting" , " log-integration" ], optional = true }
2828panic-itm = { version = " ~0.4.2" , optional = true }
29- panic-semihosting = { version = " 0.5.6 " , optional = true }
30- cortex-m-semihosting = { version = " 0.3.7 " , optional = true }
29+ panic-semihosting = { version = " 0.6.0 " , optional = true }
30+ cortex-m-semihosting = { version = " 0.5.0 " , optional = true }
3131
3232[features ]
3333default = []
@@ -56,7 +56,7 @@ lto = true # better optimizations
5656opt-level = " s" # optimize for binary size
5757
5858[dev_dependencies ]
59- embedded-sdmmc = " 0.4 .0"
59+ embedded-sdmmc = " 0.5 .0"
6060usbd-midi = { git = " https://github.com/btrepp/usbd-midi/" }
61- num_enum = { version = " 0.5.1 " , default-features = false }
62- usb-device = " 0.2.8 "
61+ num_enum = { version = " 0.7.3 " , default-features = false }
62+ usb-device = " 0.3.0 "
0 commit comments