From 866436b28f0bf446a301d1ebbe29bbcd0d434f34 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Thu, 18 Jan 2024 17:14:14 +1300 Subject: [PATCH] Roll back HAL version bump --- boards/atsame54_xpro/Cargo.toml | 2 +- boards/feather_m0/Cargo.toml | 2 +- boards/feather_m4/Cargo.toml | 2 +- boards/metro_m0/Cargo.toml | 2 +- boards/metro_m4/Cargo.toml | 2 +- boards/samd11_bare/Cargo.toml | 2 +- hal/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/atsame54_xpro/Cargo.toml b/boards/atsame54_xpro/Cargo.toml index fb1463098840..fc721f0fdf3f 100644 --- a/boards/atsame54_xpro/Cargo.toml +++ b/boards/atsame54_xpro/Cargo.toml @@ -23,7 +23,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.17.0" +version = "0.16.0" default-features = false [dependencies.usb-device] diff --git a/boards/feather_m0/Cargo.toml b/boards/feather_m0/Cargo.toml index 9e13e0ed3849..1f802aca4129 100644 --- a/boards/feather_m0/Cargo.toml +++ b/boards/feather_m0/Cargo.toml @@ -21,7 +21,7 @@ optional = true [dependencies.atsamd-hal] path = "../../hal" -version = "0.17.0" +version = "0.16.0" default-features = false [dependencies.cortex-m] diff --git a/boards/feather_m4/Cargo.toml b/boards/feather_m4/Cargo.toml index 8600e6f4d665..dc5aba557377 100644 --- a/boards/feather_m4/Cargo.toml +++ b/boards/feather_m4/Cargo.toml @@ -25,7 +25,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.17.0" +version = "0.16.0" default-features = false [dependencies.usb-device] diff --git a/boards/metro_m0/Cargo.toml b/boards/metro_m0/Cargo.toml index 072f63d9178d..e14644a312c1 100644 --- a/boards/metro_m0/Cargo.toml +++ b/boards/metro_m0/Cargo.toml @@ -24,7 +24,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.17.0" +version = "0.16.0" default-features = false [dependencies.usb-device] diff --git a/boards/metro_m4/Cargo.toml b/boards/metro_m4/Cargo.toml index 71454d64fa40..d58ad28efb69 100644 --- a/boards/metro_m4/Cargo.toml +++ b/boards/metro_m4/Cargo.toml @@ -20,7 +20,7 @@ optional = true [dependencies.atsamd-hal] path = "../../hal" -version = "0.17.0" +version = "0.16.0" default-features = false [dependencies.usb-device] diff --git a/boards/samd11_bare/Cargo.toml b/boards/samd11_bare/Cargo.toml index b21e3bfd03f9..74d7810b3ae5 100644 --- a/boards/samd11_bare/Cargo.toml +++ b/boards/samd11_bare/Cargo.toml @@ -23,7 +23,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.17.0" +version = "0.16.0" default-features = false [dev-dependencies] diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 684a2acd58d5..cf26d7ef1196 100644 --- a/hal/Cargo.toml +++ b/hal/Cargo.toml @@ -20,7 +20,7 @@ name = "atsamd-hal" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" rust-version = "1.65" -version = "0.17.0" +version = "0.16.0" [package.metadata.docs.rs] features = ["samd21g", "samd21g-rt", "unproven", "usb", "dma"]