Skip to content

Commit 16046d9

Browse files
committed
prepare for v0.2.0 release
1 parent 2576295 commit 16046d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

riscv-slic-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv-slic-macros"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Procedural macros for the riscv-slic crate"
66
license = "MIT"

riscv-slic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv-slic"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "RISC-V Software-Level Interrupt Controller"
66
license = "MIT"

0 commit comments

Comments
 (0)