File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Update ` riscv ` to version 0.6
13
+ - Update Minimum Supported Rust Version to 1.42.0
14
+
10
15
## [ v0.7.2] - 2020-07-16
11
16
12
17
### Changed
@@ -22,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
27
23
28
### Changed
24
29
25
- - Exception handler may return now
30
+ - Exception handler may return now
26
31
27
32
## [ v0.7.0] - 2020-03-10
28
33
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "ISC"
10
10
11
11
[dependencies ]
12
12
r0 = " 1.0.0"
13
- riscv = " 0.5.5 "
13
+ riscv = " 0.6 "
14
14
riscv-rt-macros = { path = " macros" , version = " 0.1.6" }
15
15
16
16
[features ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project is developed and maintained by the [RISC-V team][team].
12
12
13
13
## Minimum Supported Rust Version (MSRV)
14
14
15
- This crate is guaranteed to compile on stable Rust 1.38 .0 and up. It * might*
15
+ This crate is guaranteed to compile on stable Rust 1.42 .0 and up. It * might*
16
16
compile with older versions but that may change in any new patch release.
17
17
18
18
## License
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! # Minimum Supported Rust Version (MSRV)
4
4
//!
5
- //! This crate is guaranteed to compile on stable Rust 1.38 and up. It *might*
5
+ //! This crate is guaranteed to compile on stable Rust 1.42 and up. It *might*
6
6
//! compile with older versions but that may change in any new patch release.
7
7
//!
8
8
//! # Features
You can’t perform that action at this time.
0 commit comments