Skip to content

Commit 4cadaea

Browse files
authored
Try #236:
2 parents 2c16f46 + 3cf56ec commit 4cadaea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cargo-features = ["edition2021"]
12
[package]
23
name = "stm32h7xx-hal"
34
version = "0.10.0"
@@ -10,7 +11,7 @@ authors = ["Andrew Straw <[email protected]>",
1011
"Matthew Meyer <[email protected]>",
1112
"Florian Jung <[email protected]>",
1213
"Matt Ickstadt <[email protected]>"]
13-
edition = "2018"
14+
edition = "2021"
1415
categories = ["embedded", "hardware-support", "no-std"]
1516
description = "Hardware Abstraction Layer implementation for STM32H7 series microcontrollers"
1617
keywords = ["arm", "cortex-m", "stm32h7xx", "hal", "embedded-hal"]

0 commit comments

Comments
 (0)