File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.10.0] - 2022-11-04
11
+
10
12
### Added
11
13
12
14
- Optional cargo feature ` s-mode ` for supervisor mode, including conditional compilation for supervisor/machine mode instructions.
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
17
16
18
- Remove superfluous parentheses from link.x, which caused linker errors with nightly.
17
19
- Changed ` mp_hook ` signature, hartid as passed as usize parameter by the caller (required for ` s-mode ` feature).
20
+ - Update ` riscv ` to version 0.9
18
21
19
22
## [ v0.9.0] - 2022-07-01
20
23
@@ -91,7 +94,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
91
94
- Set MSRV to 1.38
92
95
93
96
94
- [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.9.0..HEAD
97
+ [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.10.0..HEAD
98
+ [ v0.10.0 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.9.1...v0.10.0
95
99
[ v0.9.0 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.1...v0.9.0
96
100
[ v0.8.1 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1
97
101
[ v0.8.0 ] : https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...v0.8.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-rt"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
rust-version = " 1.59"
5
5
repository = " https://github.com/rust-embedded/riscv-rt"
6
6
authors = [
" The RISC-V Team <[email protected] >" ]
@@ -15,7 +15,7 @@ s-mode = []
15
15
16
16
[dependencies ]
17
17
r0 = " 1.0.0"
18
- riscv = " 0.8 "
18
+ riscv = " 0.9 "
19
19
riscv-rt-macros = { path = " macros" , version = " 0.2.0" }
20
20
21
21
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments