Skip to content

Commit

Permalink
fix(deps): compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 27, 2023
1 parent e945d34 commit 2de37e5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ readme = "README.md"
license = "MIT/Apache-2.0"

[dependencies]
ch58x = { version = "0.2.0", path = "../ch32-rs-nightlies/ch58x", features = [
"ch58x",
] }
#ch58x = { version = "0.2.0", path = "../ch32-rs-nightlies/ch58x", features = [
# "ch58x",
#] }
ch58x = { version = "0.2.0", features = ["ch58x"] }

riscv = "0.10.1"
qingke = "0.1.2"
ch32v-rt = { version = "0.0.2", path = "../ch32v-rt" }
# ch32v-rt = { version = "0.0.2", path = "../ch32v-rt" }
ch32v-rt = "0.0.2"
critical-section = { version = "1.1.2", features = ["restore-state-u8"] }

fugit = "0.3.7"
Expand All @@ -40,7 +42,6 @@ display-interface = "0.4.1"
display-interface-spi = "0.4.1"
embedded-graphics = "0.8.1"
panic-halt = "0.2.0"
# riscv-rt = "0.11.0"
ssd1306 = "0.8.3"

embassy-executor = { version = "0.3.0", features = [
Expand Down

0 comments on commit 2de37e5

Please sign in to comment.