浏览代码

Merge pull request #177 from rust-embedded/llvm-error

Publish latest riscv-rt patch on crates.io
Scott Mabin 1 年之前
父节点
当前提交
e80d5cc5fa
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      riscv-rt/CHANGELOG.md
  2. 1 1
      riscv-rt/Cargo.toml

+ 2 - 0
riscv-rt/CHANGELOG.md

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.12.1] - 2024-01-24
+
 ### Added
 
 - Patch in assembly code to avoid spurious errors from LLVM

+ 1 - 1
riscv-rt/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "riscv-rt"
-version = "0.12.0"
+version = "0.12.1"
 rust-version = "1.60"
 repository = "https://github.com/rust-embedded/riscv"
 authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]