Skip to content

Commit 5bfbb27

Browse files
bors[bot]Disasm
andauthored
Merge #66
66: Release v0.8.0 r=almindor a=Disasm This release updates the `riscv` dependency, so that the `bare-metal = ">=0.2.0,<0.2.5"` condition is no longer used. Co-authored-by: Vadim Kaushan <admin@disasm.info>
2 parents 1a1729f + 4e372a8 commit 5bfbb27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.8.0] - 2020-07-18
11+
1012
### Changed
1113

1214
- Update `riscv` to version 0.6
@@ -49,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4951
- Set MSRV to 1.38
5052

5153

52-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...HEAD
54+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...HEAD
55+
[v0.8.0]: https://github.com/rust-embedded/riscv/compare/v0.7.2...v0.8.0
5356
[v0.7.2]: https://github.com/rust-embedded/riscv/compare/v0.7.1...v0.7.2
5457
[v0.7.1]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
5558
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0

riscv-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv-rt"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
repository = "https://github.com/rust-embedded/riscv-rt"
55
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
66
categories = ["embedded", "no-std"]

0 commit comments

Comments
 (0)