Skip to content

Commit e80d5cc

Browse files
authored
Merge pull request #177 from rust-embedded/llvm-error
Publish latest riscv-rt patch on crates.io
2 parents 59cbc52 + fafec2e commit e80d5cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.12.1] - 2024-01-24
11+
1012
### Added
1113

1214
- Patch in assembly code to avoid spurious errors from LLVM

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.12.0"
3+
version = "0.12.1"
44
rust-version = "1.60"
55
repository = "https://github.com/rust-embedded/riscv"
66
authors = ["The RISC-V Team <[email protected]>"]

0 commit comments

Comments
 (0)