From 0a30be94115b4ddb987cf39d214f0f05a6e3ba1b Mon Sep 17 00:00:00 2001 From: Aaron Gowatch Date: Thu, 30 Nov 2023 08:13:00 -0700 Subject: [PATCH] Update CHANGELOG.md to reflect embedded-hal v1.0.0-rc.2 --- riscv/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/CHANGELOG.md b/riscv/CHANGELOG.md index e9ae972d..ab12ce7b 100644 --- a/riscv/CHANGELOG.md +++ b/riscv/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Cargo workspace for riscv and riscv-rt -- Update `embedded-hal` dependency to v1.0 (bumps MSRV to 1.60) +- Update `embedded-hal` dependency to v1.0.0-rc.2 (bumps MSRV to 1.60) - `misa::MXL` renamed to `misa::XLEN` - Removed `bit_field` dependency - CI actions updated. They now use `checkout@v3` and `dtolnay/rust-toolchain`.