Răsfoiți Sursa

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

Publish latest riscv-rt patch on crates.io
Scott Mabin 1 an în urmă
părinte
comite
e80d5cc5fa
2 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  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>"]