@@ -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/).
- - Exception handler may return now
+- Exception handler may return now
## [v0.7.0] - 2020-03-10
@@ -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]
@@ -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
@@ -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