From 75204e23445ac1ec5c6057d428c28d2f07af9b38 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Wed, 7 Dec 2022 17:56:53 +0100 Subject: [PATCH] Bump version to 9.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20513c9..0f56c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarch64-cpu" -version = "9.1.0" +version = "9.2.0" authors = ["Andre Richter "] description = "Low level access to processors using the AArch64 execution state" homepage = "https://github.com/rust-embedded/aarch64-cpu"