From 657f52bec44ccee65a9a8b97886c800c410aca91 Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Wed, 20 Nov 2024 16:09:31 +0100 Subject: [PATCH] Use latest pac --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6489ebd0..501b9b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,7 @@ version = "0.0.2" 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 = "74b26b7" } -#stm32g4 = { path = "../stm32-rs/stm32g4" } +stm32g4 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", rev = "4c4f246" } paste = "1.0" bitflags = "1.2" vcell = "0.1"