We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ed435 commit 9063533Copy full SHA for 9063533
Cargo.toml
@@ -1,4 +1,7 @@
1
[package]
2
+edition = "2021"
3
+rust-version = "1.59"
4
+
5
authors = ["Jorge Aparicio <jorge@japaric.io>", "Daniel Egger <daniel@eggers-club.de>"]
6
categories = ["embedded", "hardware-support", "no-std"]
7
description = "HAL for the STM32F1xx family of microcontrollers"
@@ -8,7 +11,6 @@ name = "stm32f1xx-hal"
8
11
repository = "https://github.com/stm32-rs/stm32f1xx-hal"
9
12
documentation = "https://docs.rs/stm32f1xx-hal"
10
13
readme = "README.md"
-edition = "2018"
14
version = "0.9.0"
15
16
[package.metadata.docs.rs]
0 commit comments