Skip to content

Commit

Permalink
bump of crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atsamd-bot authored and jbeaurivage committed May 3, 2024
1 parent 31e76a3 commit 87a538d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions boards/atsame54_xpro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsame54_xpro"
version = "0.6.0"
version = "0.7.0"
authors = [
"Karsten Große <karsten.grosse@sympatron.de>",
"John Little <johngigantic@gmail.com>"
Expand All @@ -23,7 +23,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
version = "0.17.0"
default-features = false

[dependencies.usb-device]
Expand Down
4 changes: 2 additions & 2 deletions boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather_m0"
version = "0.13.0"
version = "0.14.0"
authors = ["Ben Bergman <ben@benbergman.ca>"]
description = "Board Support crate for the Adafruit Feather M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand All @@ -21,7 +21,7 @@ optional = true

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
version = "0.17.0"
default-features = false

[dependencies.cortex-m]
Expand Down
4 changes: 2 additions & 2 deletions boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather_m4"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = ["Theodore DeRego <tderego94@gmail.com>"]
description = "Board Support crate for the Adafruit Feather M4"
Expand All @@ -25,7 +25,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
version = "0.17.0"
default-features = false

[dependencies.usb-device]
Expand Down
4 changes: 2 additions & 2 deletions boards/metro_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metro_m0"
version = "0.13.0"
version = "0.14.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
description = "Board Support crate for the Adafruit Metro M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand All @@ -24,7 +24,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
version = "0.17.0"
default-features = false

[dependencies.usb-device]
Expand Down
4 changes: 2 additions & 2 deletions boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metro_m4"
version = "0.12.0"
version = "0.13.0"
authors = ["Paul Sajna <sajattack@gmail.com>", "Wez Furlong <wez@wezfurlong.org>"]
description = "Board Support crate for the Adafruit Metro M4"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand All @@ -20,7 +20,7 @@ optional = true

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
version = "0.17.0"
default-features = false

[dependencies.usb-device]
Expand Down
4 changes: 2 additions & 2 deletions boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samd11_bare"
version = "0.9.0"
version = "0.10.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
description = "Support crate for the ATSAMD11C"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand All @@ -23,7 +23,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
version = "0.17.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.16.0"
version = "0.17.0"

[package.metadata.docs.rs]
features = ["samd21g", "samd21g-rt", "usb", "dma"]
Expand Down

0 comments on commit 87a538d

Please sign in to comment.