Skip to content

Commit

Permalink
Roll back HAL version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrrees committed Jan 31, 2024
1 parent 6db91bf commit 866436b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion boards/atsame54_xpro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 866436b

Please sign in to comment.