Skip to content

Commit 9063533

Browse files
committed
bool CR
1 parent 02ed435 commit 9063533

File tree

2 files changed

+481
-504
lines changed

2 files changed

+481
-504
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[package]
2+
edition = "2021"
3+
rust-version = "1.59"
4+
25
authors = ["Jorge Aparicio <jorge@japaric.io>", "Daniel Egger <daniel@eggers-club.de>"]
36
categories = ["embedded", "hardware-support", "no-std"]
47
description = "HAL for the STM32F1xx family of microcontrollers"
@@ -8,7 +11,6 @@ name = "stm32f1xx-hal"
811
repository = "https://github.com/stm32-rs/stm32f1xx-hal"
912
documentation = "https://docs.rs/stm32f1xx-hal"
1013
readme = "README.md"
11-
edition = "2018"
1214
version = "0.9.0"
1315

1416
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)