11[package ]
22name = " stabilizer"
33# Keep versions in Cargo.toml and py/setup.py synchronized.
4- version = " 0.8.1 "
4+ version = " 0.9.0 "
55resolver = " 2"
66authors = [
77 " Robert Jördens <rj@quartiq.de>" ,
@@ -34,10 +34,10 @@ default-target = "thumbv7em-none-eabihf"
3434members = [" ad9959" ]
3535
3636[dependencies ]
37- cortex-m = { version = " 0.7.7" , features = [" inline-asm" ] }
37+ cortex-m = { version = " 0.7.7" , features = [" inline-asm" , " critical-section-single-core " ] }
3838cortex-m-rt = { version = " 0.7" , features = [" device" ] }
3939log = { version = " 0.4" , features = [" max_level_trace" , " release_max_level_info" ] }
40- rtt-target = { version = " 0.3" , features = [ " cortex-m " ] }
40+ rtt-target = " 0.3"
4141serde = { version = " 1.0" , features = [" derive" ], default-features = false }
4242serde-json-core = " 0.5"
4343heapless = { version = " 0.7.16" , features = [" serde" ] }
@@ -46,7 +46,7 @@ embedded-hal = "0.2.7"
4646num_enum = { version = " 0.7.1" , default-features = false }
4747paste = " 1"
4848idsp = " 0.12"
49- ad9959 = { path = " ad9959" , version = " 0.2.0 " }
49+ ad9959 = { path = " ad9959" , version = " 0.2.1 " }
5050mcp230xx = " 1.0"
5151mutex-trait = " 0.2"
5252fugit = " 0.3"
@@ -59,22 +59,19 @@ lm75 = "0.2"
5959enum-iterator = " 1.4.1"
6060rand_xorshift = " 0.3.0"
6161rand_core = " 0.6.4"
62- minimq = { git = " https://github.com/quartiq/minimq" } # "0.8"
62+ minimq = " 0.8.0"
63+ # patch with https://github.com/rust-embedded-community/usb-device/pull/129
6364usb-device = " 0.2.9"
6465usbd-serial = " 0.1.1"
6566# Keep this synced with the miniconf version in py/setup.py
66- miniconf = { git = " https://github.com/quartiq/miniconf.git " } # " 0.9"
67+ miniconf = " 0.9.0 "
6768smoltcp-nal = { version = " 0.4.1" , features = [" shared-stack" ]}
6869bbqueue = " 0.5"
6970
7071[dependencies .stm32h7xx-hal ]
7172version = " 0.15.0"
7273features = [" stm32h743v" , " rt" , " ethernet" , " xspi" , " usb_hs" ]
7374
74- [patch .crates-io .usb-device ]
75- git = " https://github.com/ryan-summers/usb-device"
76- branch = " rs/issue-128-v0.2.9"
77-
7875[features ]
7976nightly = [ ]
8077pounder_v1_0 = [ ]
0 commit comments