浏览代码

sbi-testing: prepare for release version 0.0.3-alpha.1

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang 1 年之前
父节点
当前提交
f2ee2d67ee
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      sbi-testing/CHANGELOG.md
  2. 1 1
      sbi-testing/Cargo.toml

+ 1 - 1
sbi-testing/CHANGELOG.md

@@ -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 - 1
sbi-testing/Cargo.toml

@@ -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"]