@@ -38,15 +38,15 @@ log = { version = "0.4", features = [
38
38
" release_max_level_info" ,
39
39
] }
40
40
panic-probe = { version = " =0.3.0" , features = [" print-rtt" ] }
41
- smoltcp-nal = { version = " 0.5 " , features = [" shared-stack" ] }
41
+ smoltcp-nal = { version = " 0.6 " , features = [" shared-stack" ] }
42
42
rtic = { version = " 2.1" , features = [" thumbv7-backend" ] }
43
43
rtic-monotonics = { version = " 2.0" , features = [" cortex-m-systick" ] }
44
44
rtic-sync = { version = " 1.0" }
45
45
embedded-time = " 0.12.1"
46
46
fugit = " 0.3"
47
47
mono-clock = " 0.1"
48
48
heapless = { version = " 0.8" , features = [" serde" ] }
49
- minimq = " 0.9 "
49
+ minimq = " 0.10 "
50
50
serde = { version = " 1.0.217" , features = [" derive" ], default-features = false }
51
51
serde-json-core = " 0.6"
52
52
rtt-logger = " 0.2"
@@ -64,7 +64,7 @@ bytemuck = { version = "1.21.0", features = [
64
64
], default-features = false }
65
65
miniconf = { version = " 0.18" , features = [" json-core" , " derive" , " postcard" ] }
66
66
miniconf_mqtt = { version = " 0.18" }
67
- strum = { version = " 0.26.1 " , default-features = false , features = [" derive" ] }
67
+ strum = { version = " 0.27 " , default-features = false , features = [" derive" ] }
68
68
serial-settings = " 0.2"
69
69
postcard = " 1"
70
70
embedded-storage = " 0.3"
@@ -97,3 +97,7 @@ built = { version = "0.7", features = ["git2"], default-features = false }
97
97
[patch .crates-io ]
98
98
# idsp = { path = "../idsp" }
99
99
idsp = { git = " https://github.com/quartiq/idsp.git" }
100
+ miniconf = { git = " https://github.com/quartiq/miniconf.git" }
101
+ miniconf_derive = { git = " https://github.com/quartiq/miniconf.git" }
102
+ miniconf_mqtt = { git = " https://github.com/quartiq/miniconf.git" }
103
+ serial-settings = { git = " https://github.com/quartiq/stabilizer.git" }
0 commit comments