File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.11.0]
11
+
10
12
### Changed
11
13
- Update ` riscv ` dependency to version 0.10
14
+ - Regenerate code with ` svd2rust ` v0.26.0
12
15
13
16
## [ v0.10.0] - 2022-09-04
14
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " e310x"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
repository = " https://github.com/riscv-rust/e310x"
5
5
authors = [" David Craven <david@craven.ch>" , " The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
@@ -18,4 +18,4 @@ rt = []
18
18
g002 = []
19
19
20
20
[package .metadata .docs .rs ]
21
- features = [" rt" , " g002" ]
21
+ features = [" rt" , " g002" , " critical-section " ]
You can’t perform that action at this time.
0 commit comments