aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-15 10:59:48 -0600
committerxoviat <[email protected]>2025-12-15 10:59:48 -0600
commit4a1dfb8a249741c13dbe30d1fbca7b7dab4f6e12 (patch)
tree6c7373c719ed74aeebd59e343947f0c6ba3b5e1f /embassy-stm32/Cargo.toml
parent18247d9900a16e94e0983e6ee80dda13f012b1a4 (diff)
update bitflags
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 7989fc5d7..0de8552c7 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -193,7 +193,7 @@ document-features = "0.2.7"
193 193
194static_assertions = { version = "1.1" } 194static_assertions = { version = "1.1" }
195volatile-register = { version = "0.2.1" } 195volatile-register = { version = "0.2.1" }
196bitflags = "2.4.2" 196bitflags = "2.10.0"
197 197
198block-device-driver = { version = "0.2" } 198block-device-driver = { version = "0.2" }
199aligned = "0.4.1" 199aligned = "0.4.1"