Skip to content

Commit

Permalink
chore(release): 🧹 Bump version
Browse files Browse the repository at this point in the history
Due to breaking version change in publicly exported dependency
(tock-registers).
  • Loading branch information
berkus committed Oct 23, 2024
1 parent d86c158 commit 66e01d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aarch64-cpu"
version = "9.4.0"
version = "10.0.0"
authors = ["Andre Richter <[email protected]>"]
description = "Low level access to processors using the AArch64 execution state"
homepage = "https://github.com/rust-embedded/aarch64-cpu"
Expand All @@ -11,11 +11,11 @@ categories = ["embedded", "hardware-support", "no-std"]
license = "MIT/Apache-2.0"
edition = "2018"
exclude = [
".github",
".gitignore",
".rustfmt.toml",
".vscode",
".editorconfig",
".github",
".gitignore",
".rustfmt.toml",
".vscode",
".editorconfig",
"Makefile",
]

Expand Down

0 comments on commit 66e01d9

Please sign in to comment.