From 629b1eec08ba4e1f7a67cf606c3d0a6b23552e85 Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Fri, 10 Feb 2023 13:18:36 +0100 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43d33c9..6e3e5cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtensa-lx" -version = "0.7.0" +version = "0.8.0" description = "Low level access for Xtensa LX processors and peripherals" categories = ["embedded", "hardware-support", "no-std"] keywords = ["xtensa", "lx", "register", "peripheral"]