From c9f612fc90a7bc8ebc8d92a846b5ce4673991c73 Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Tue, 3 Dec 2024 15:24:21 +0100 Subject: [PATCH] Bump pac (#149) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bac4fc7..84d4bc39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,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.17.0", package = "stm32g4-staging" } +stm32g4 = { version = "0.19.0", package = "stm32g4-staging" } paste = "1.0" bitflags = "1.2" vcell = "0.1"