From 0cbb1fd112cad399898086187c0a35cdcaf8514c Mon Sep 17 00:00:00 2001 From: Boris Vinogradov Date: Tue, 27 May 2025 17:09:24 +0200 Subject: [PATCH] Change pal to crates.io version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e07305..979ec3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ nb = "1.0.0" fugit = "0.3.5" [dependencies.stm32c0] -git = "https://github.com/stm32-rs/stm32-rs-nightlies" +version = "0.16.0" features = ["rt"] [dependencies.bare-metal]