Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
@@ -13,7 +13,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Modified
-- Update sbi-spec to version 0.0.6
+- Update sbi-spec to version 0.0.7
- Update sbi-rt to version 0.0.3
- Rename `MArchId` and `MVendorId` into `MarchId` and `MvendorId` in `BaseCase`
@@ -1,6 +1,6 @@
[package]
name = "sbi-testing"
-version = "0.0.3-rc.0"
+version = "0.0.3-alpha.1"
description = "Provide a set of test cases for supervisors to verify functions of the supervisor executation environment"
categories = ["os", "no-std"]
keywords = ["riscv", "sbi", "rustsbi"]