Browse Source

changelog: record updates to riscv crate

Signed-off-by: luojia65 <[email protected]>
luojia65 2 years ago
parent
commit
5fe81a3fc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -12,11 +12,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 - Feature `legacy` to gate SBI legacy extension
 - Expose `init_*` functions on instance based RustSBI implementation
 - LEGACY_CLEAR_IPI implemented
-- Use sbi-spec crate version 0.0.3
 
 ### Modified
 
 - Probe function now returns if legacy extensions are available
+- Update to `riscv` crate 0.9.0, sbi-spec crate version 0.0.3
 
 ### Removed