Skip to content

Commit

Permalink
longan-nano: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Feb 4, 2023
1 parent 03a0b93 commit aee96ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example-longan-nano-board/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Vadim Kaushan <admin@disasm.info>"]
edition = "2018"

[dependencies]
riscv = "0.5.4"
riscv-rt = "0.6.1"
gd32vf103xx-hal = "0.2.3"
riscv = "0.6.0"
riscv-rt = "0.11.0"
gd32vf103xx-hal = "0.5.0"
panic-halt = "0.2.0"
usb-device = "0.2.5"
synopsys-usb-otg = { version = "0.2.1", features = ["riscv", "fs"] }
usb-device = "0.2.9"
synopsys-usb-otg = { version = "0.3.2", features = ["riscv", "fs"] }

0 comments on commit aee96ac

Please sign in to comment.