diff --git a/Cargo.lock b/Cargo.lock index 897f9ca44..e6442f7ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,9 +944,9 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dda245c7f589b34be09d9a9e9bb3d2bcba6e51aeb6db04ba58cfe376f687f8f3" +checksum = "c74a1d83bf1e19db5e504c2cb2d98e7ca5f7ff758ca69f44cf6bfddc90af30dc" dependencies = [ "bare-metal 1.0.0", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index acc8aa5cc..d210d6498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ rand_core = "0.6.4" [dependencies.stm32h7xx-hal] features = ["stm32h743v", "rt", "ethernet", "xspi"] -version = "0.13.0" +version = "0.13.1" [features] nightly = [ ]