Skip to content

Commit

Permalink
Chore(release): Dump v0.29.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Dec 23, 2023
1 parent 2c566bd commit 3e4cd47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
]

[workspace.package]
version = "0.29.0-alpha2"
version = "0.29.0-alpha3"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <[email protected]>"]
categories = ["no-std", "embedded", "hardware-support"]
Expand Down
3 changes: 2 additions & 1 deletion pac/templates/Cargo.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
cortex-m = "0.7.3"
cortex-m = "0.7.6"
vcell = "0.1.3"
cortex-m-rt = { version = "0.7.3", optional = true }
derive_more = "0.99.17"
critical-section = { version = "1.0", optional = true }

[features]
rt = ["cortex-m-rt/device"]
Expand Down

0 comments on commit 3e4cd47

Please sign in to comment.