From 558969fe27daaa9fcab514394d966d5401c30bd2 Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Tue, 26 Nov 2024 18:26:47 +0100 Subject: [PATCH] Bump pac --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4517b5e9..dfaa025a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,7 @@ version = "0.0.2" [dependencies] nb = "0.1.1" -#stm32g4 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies" } #"0.15.1" -#stm32g4 = { version = "0.18.0", package = "stm32g4-staging" } -stm32g4 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", rev = "4c4f246" } +stm32g4 = { version = "0.19.0", package = "stm32g4-staging" } paste = "1.0" bitflags = "1.2" vcell = "0.1"