diff --git a/examples/ch32v003/Cargo.toml b/examples/ch32v003/Cargo.toml index 9a04b7e..1a5f328 100644 --- a/examples/ch32v003/Cargo.toml +++ b/examples/ch32v003/Cargo.toml @@ -21,7 +21,7 @@ embassy-time = { version = "0.3.0" } # This is okay because we should automatically use whatever ch32-hal uses qingke = "*" -qingke-rt = { version = "*", features = ["highcode"] } +qingke-rt = { version = "0.5.0", features=["highcode"] } panic-halt = "1.0"