File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.1.2] - 2024-10-20
9+
10+ ### Changed
11+
12+ - Update critical-section to 1.2.0
13+
814## [ v0.1.1] - 2024-10-19
915
1016### Changed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212name = " riscv-semihosting"
1313readme = " README.md"
1414repository = " https://github.com/riscv-rust/riscv"
15- version = " 0.1.1 "
15+ version = " 0.1.2 "
1616edition = " 2021"
1717rust-version = " 1.60.0"
1818
@@ -23,5 +23,5 @@ no-semihosting = []
2323default = [" jlink-quirks" ]
2424
2525[dependencies ]
26- critical-section = " 1.0 .0"
27- riscv = { path = " ../riscv" , version = " 0.12.0 " }
26+ critical-section = " 1.2 .0"
27+ riscv = { path = " ../riscv" , version = " 0.12.1 " }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.12.1] - 2024-10-20
11+
12+ ### Changed
13+
14+ - Update critical-section to 1.2.0
15+
1016## [ v0.12.0] - 2024-10-19
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44edition = " 2021"
55rust-version = " 1.61"
66repository = " https://github.com/rust-embedded/riscv"
@@ -25,7 +25,7 @@ s-mode = []
2525critical-section-single-hart = [" critical-section/restore-state-bool" ]
2626
2727[dependencies ]
28- critical-section = " 1.1.2 "
28+ critical-section = " 1.2.0 "
2929embedded-hal = " 1.0.0"
3030riscv-pac = { path = " ../riscv-pac" , version = " 0.2.0" }
3131riscv-macros = { path = " macros" , version = " 0.1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments