Skip to content

Commit

Permalink
Pre-release v0.4.3-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Dec 17, 2023
1 parent 3a94dc6 commit 6aef6a2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
8 changes: 5 additions & 3 deletions boards/atsame70_xpro/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions boards/atsame70_xpro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsame70_xpro"
version = "0.4.2"
version = "0.4.3-alpha1"
edition = "2021"
authors = [
"Viktor Sonesten <[email protected]>"
Expand All @@ -17,7 +17,7 @@ usbd-serial = "0.1.1"
heapless = "0.7"

[dependencies.atsamx7x-hal]
version = "0.4.2"
version = "0.4.3-alpha1"
path = "../../hal"
features = ["same70q21b-rt", "unproven"]

Expand Down
8 changes: 4 additions & 4 deletions boards/atsamv71_xult/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions boards/atsamv71_xult/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsamv71_xult"
version = "0.4.2"
version = "0.4.3-alpha1"
edition = "2021"
authors = [
"Viktor Sonesten <[email protected]>"
Expand All @@ -21,7 +21,7 @@ mcan = "0.2"
typenum = "1"

[dependencies.atsamx7x-hal]
version = "0.4.2"
version = "0.4.3-alpha1"
path = "../../hal"
features = ["samv71q21b-rt", "unproven"]

Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsamx7x-hal"
version = "0.4.2"
version = "0.4.3-alpha1"
# in no particular order
authors = [
"Michal Fita <[email protected]>",
Expand Down

0 comments on commit 6aef6a2

Please sign in to comment.