File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-slic-macros"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55description = " Procedural macros for the riscv-slic crate"
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-slic"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44edition = " 2021"
55description = " RISC-V Software-Level Interrupt Controller"
66license = " MIT"
@@ -18,7 +18,7 @@ features = ["clint-backend"]
1818critical-section = " 1.2.0"
1919heapless = " 0.8.0"
2020riscv = " 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 ]
2424msoft = [] # do not enable this feature directly. Use one of the *-backend features instead
You can’t perform that action at this time.
0 commit comments