Skip to content

Commit 93c9ef5

Browse files
Merge pull request #97 from stm32-rs/update-hals
Update hals
2 parents 473052f + 75c89c5 commit 93c9ef5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ features = ["smoltcp-phy", "stm32f429", "async-await"]
2121
[dependencies]
2222
volatile-register = "0.2"
2323
aligned = "0.4"
24-
stm32f7xx-hal = { version = "0.7", optional = true }
25-
stm32f4xx-hal = { version = "0.20", optional = true }
24+
stm32f7xx-hal = { version = "0.8", optional = true }
25+
stm32f4xx-hal = { version = "0.21", optional = true }
2626
stm32f4 = { version = "0.15", optional = true }
2727
stm32f1xx-hal = { version = "0.10", optional = true }
2828
ieee802_3_miim = "0.8"

examples/common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(unused_attributes)]
2+
#![allow(unexpected_cfgs)]
23
#![no_std]
34

45
//! Common features used in examples.

0 commit comments

Comments
 (0)