浏览代码

Update riscv dependency to version 0.6

luojia65 4 年之前
父节点
当前提交
47416ae5f3
共有 4 个文件被更改,包括 9 次插入4 次删除
  1. 6 1
      riscv-rt/CHANGELOG.md
  2. 1 1
      riscv-rt/Cargo.toml
  3. 1 1
      riscv-rt/README.md
  4. 1 1
      riscv-rt/src/lib.rs

+ 6 - 1
riscv-rt/CHANGELOG.md

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+### Changed
+
+- Update `riscv` to version 0.6
+- Update Minimum Supported Rust Version to 1.42.0
+
 ## [v0.7.2] - 2020-07-16
 
 ### Changed
@@ -22,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ### Changed
 
- - Exception handler may return now
+- Exception handler may return now
 
 ## [v0.7.0] - 2020-03-10
 

+ 1 - 1
riscv-rt/Cargo.toml

@@ -10,7 +10,7 @@ license = "ISC"
 
 [dependencies]
 r0 = "1.0.0"
-riscv = "0.5.5"
+riscv = "0.6"
 riscv-rt-macros = { path = "macros", version = "0.1.6" }
 
 [features]

+ 1 - 1
riscv-rt/README.md

@@ -12,7 +12,7 @@ This project is developed and maintained by the [RISC-V team][team].
 
 ## Minimum Supported Rust Version (MSRV)
 
-This crate is guaranteed to compile on stable Rust 1.38.0 and up. It *might*
+This crate is guaranteed to compile on stable Rust 1.42.0 and up. It *might*
 compile with older versions but that may change in any new patch release.
 
 ## License

+ 1 - 1
riscv-rt/src/lib.rs

@@ -2,7 +2,7 @@
 //!
 //! # Minimum Supported Rust Version (MSRV)
 //!
-//! This crate is guaranteed to compile on stable Rust 1.38 and up. It *might*
+//! This crate is guaranteed to compile on stable Rust 1.42 and up. It *might*
 //! compile with older versions but that may change in any new patch release.
 //!
 //! # Features