Skip to content

Commit

Permalink
build(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Longbing Zheng <1211998648@qq.com>
  • Loading branch information
ZhengLongBing authored and jakezhu9 committed Dec 28, 2024
1 parent 1256983 commit 0949b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/peripherals/uart-async-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
[dependencies]
bouffalo-hal = { path = "../../../bouffalo-hal", features = ["bl808"] }
bouffalo-rt = { path = "../../../bouffalo-rt", features = ["bl808-dsp"] }
panic-halt = "0.2.0"
panic-halt = "1.0.0"
embedded-time = "0.12.1"
riscv = "0.11.1"
riscv = "0.12.1"

[[bin]]
name = "uart-async-demo"
Expand Down

0 comments on commit 0949b4c

Please sign in to comment.