From 09f942e9aa8f82d0f36ad6bcaeef36881768bc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas=20Rodr=C3=ADguez?= Date: Sat, 8 Feb 2025 00:01:45 +0100 Subject: [PATCH] prepare for v0.2.0 release --- riscv-slic-macros/Cargo.toml | 2 +- riscv-slic/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/riscv-slic-macros/Cargo.toml b/riscv-slic-macros/Cargo.toml index fb1d1ad..da7e358 100644 --- a/riscv-slic-macros/Cargo.toml +++ b/riscv-slic-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv-slic-macros" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Procedural macros for the riscv-slic crate" license = "MIT" diff --git a/riscv-slic/Cargo.toml b/riscv-slic/Cargo.toml index 7fcb24f..f7170e7 100644 --- a/riscv-slic/Cargo.toml +++ b/riscv-slic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv-slic" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "RISC-V Software-Level Interrupt Controller" license = "MIT" @@ -18,7 +18,7 @@ features = ["clint-backend"] critical-section = "1.2.0" heapless = "0.8.0" riscv = "0.12.1" -riscv-slic-macros = { path = "../riscv-slic-macros", version = "0.1.0" } +riscv-slic-macros = { path = "../riscv-slic-macros", version = "0.2.0" } [features] msoft = [] # do not enable this feature directly. Use one of the *-backend features instead