From 2de37e5054a02da2fb5ca3d71fe88557dc1bf9c4 Mon Sep 17 00:00:00 2001 From: Andelf Date: Fri, 27 Oct 2023 20:48:07 +0800 Subject: [PATCH] fix(deps): compile error --- Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e919199..a746000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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 = [