File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
12
+ - Bump ` nb ` to 1.1
12
13
- Bump ` synopsys-usb-otg ` to 0.3.2 (bug fix)
13
14
- Update readme, clippy fixes
14
15
- Added possibility to pass complementary pins to ` Pwm ` and change pwm channel polarity [ #571 ] ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ defmt = { version = "0.3.1", optional = true }
31
31
bxcan = { version = " 0.7" , optional = true }
32
32
cortex-m = " 0.7.4"
33
33
cortex-m-rt = " 0.7.1"
34
- nb = " 1"
34
+ nb = " 1.1 "
35
35
rand_core = " 0.6.3"
36
36
stm32f4 = " 0.15.1"
37
37
synopsys-usb-otg = { version = " 0.3.2" , features = [" cortex-m" ], optional = true }
@@ -333,7 +333,7 @@ i2s = ["stm32_i2s_v12x"]
333
333
334
334
fsmc_lcd = [" display-interface" ]
335
335
336
- defmt = [" dep:defmt" , " fugit/defmt" ]
336
+ defmt = [" dep:defmt" , " fugit/defmt" , " nb/defmt-0-3 " ]
337
337
338
338
adc2 = []
339
339
adc3 = []
You can’t perform that action at this time.
0 commit comments