Skip to content

Commit

Permalink
update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3Rm4n committed Nov 28, 2023
1 parent 9e7c1e3 commit 23ce519
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
toolchain: 1.60.0
target: thumbv7em-none-eabihf
- run: cargo tree
- run: cargo check --features=stm32f303xc,usb,rt,can,ld --lib

check-min-deps:
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove `Serial::split`, which possibly creates two mutable references two
one Serial instance, which could've caused UB. The use case of this function
was hard to find out anyway. ([#351])
was hard to find out anyway.
- Remove `defmt-*` features (`defmt` feature is still available), to finalize
migration from `defmt-0.2.x` -> `defmt-0.3.x`.
- Removed implicit `stm32-usbd` feature (use `usb` instead)
migration from `defmt-0.2.x` -> `defmt-0.3.x`. ([#349])
- Removed implicit `stm32-usbd` feature (use `usb` instead) ([#349])

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ embedded-dma = "0.2.0"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
embedded-time = "0.12.1"
enumset = { version = "1.1.3", optional = true }
nb = "1.0.0"
nb = "1.1.0"
num-traits = { version = "0.2.17", default-features = false}
paste = "1.0.14"
rtcc = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit 23ce519

Please sign in to comment.