Skip to content

Commit 49820f2

Browse files
committed
nb
1 parent 258bd1f commit 49820f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
- Bump `nb` to 1.1
1213
- Bump `synopsys-usb-otg` to 0.3.2 (bug fix)
1314
- Update readme, clippy fixes
1415
- Added possibility to pass complementary pins to `Pwm` and change pwm channel polarity [#571],

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmt = { version = "0.3.1", optional = true }
3131
bxcan = { version = "0.7", optional = true }
3232
cortex-m = "0.7.4"
3333
cortex-m-rt = "0.7.1"
34-
nb = "1"
34+
nb = "1.1"
3535
rand_core = "0.6.3"
3636
stm32f4 = "0.15.1"
3737
synopsys-usb-otg = { version = "0.3.2", features = ["cortex-m"], optional = true }
@@ -333,7 +333,7 @@ i2s = ["stm32_i2s_v12x"]
333333

334334
fsmc_lcd = ["display-interface"]
335335

336-
defmt = ["dep:defmt", "fugit/defmt"]
336+
defmt = ["dep:defmt", "fugit/defmt", "nb/defmt-0-3"]
337337

338338
adc2 = []
339339
adc3 = []

0 commit comments

Comments
 (0)