Skip to content

Commit 09f942e

Browse files
committed
prepare for v0.2.0 release
1 parent 2576295 commit 09f942e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
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"
@@ -18,7 +18,7 @@ features = ["clint-backend"]
1818
critical-section = "1.2.0"
1919
heapless = "0.8.0"
2020
riscv = "0.12.1"
21-
riscv-slic-macros = { path = "../riscv-slic-macros", version = "0.1.0" }
21+
riscv-slic-macros = { path = "../riscv-slic-macros", version = "0.2.0" }
2222

2323
[features]
2424
msoft = [] # do not enable this feature directly. Use one of the *-backend features instead

0 commit comments

Comments
 (0)