소스 검색

Publish latest riscv-rt patch on crates.io

Román Cárdenas 1 년 전
부모
커밋
fafec2e5ef
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>"]