From 66e01d97508d162ca09e8a204440c1570c51b8ca Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 24 Oct 2024 01:16:49 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=A7=B9=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to breaking version change in publicly exported dependency (tock-registers). --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0811bd5..5917e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarch64-cpu" -version = "9.4.0" +version = "10.0.0" authors = ["Andre Richter "] description = "Low level access to processors using the AArch64 execution state" homepage = "https://github.com/rust-embedded/aarch64-cpu" @@ -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", ]