From a1fc098a9dbf1ffdddcd587360ee8b777e54c623 Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Fri, 3 Jan 2025 18:01:29 +0100 Subject: [PATCH] Use nightly pac --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68f36a7f..08c67298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,6 @@ rtt-target = { version = "0.4.0" } systick-monotonic = "1.0" usb-device = "0.3.1" usbd-serial = "0.2.0" -stm32f3 = { version = "0.16.0", package = "stm32f3-staging" } [build-dependencies] slice-group-by = "0.3.1"