From e80df91e02f32e9cc207a7ef94d1b173eee1f45d Mon Sep 17 00:00:00 2001
From: JuliDi <20155974+JuliDi@users.noreply.github.com>
Date: Sun, 1 Oct 2023 12:30:30 +0200
Subject: [PATCH] update stm32-metapac revision

---
 embassy-stm32/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 933759549..9954ef439 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -78,7 +78,6 @@ critical-section = { version = "1.1", features = ["std"] }
 [build-dependencies]
 proc-macro2 = "1.0.36"
 quote = "1.0.15"
-
 stm32-metapac = { git = "https://ci.embassy.dev/jobs/8f9e48d47e3f/artifacts/generated.git", default-features = false, features = ["metadata"]}
 
 [features]