From 60aced67ca41eb7e130276eb1de9b1367185cbad Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Mon, 27 Jun 2022 21:09:39 -0700 Subject: [PATCH 1/2] bump riscv dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fd3147..87aecfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv-rt" -version = "0.9.0" +version = "0.10.0-alpha.1" rust-version = "1.59" repository = "https://github.com/rust-embedded/riscv-rt" authors = ["The RISC-V Team "] @@ -12,7 +12,7 @@ edition = "2018" [dependencies] r0 = "1.0.0" -riscv = "0.8" +riscv = "0.9.0-alpha.1" riscv-rt-macros = { path = "macros", version = "0.2.0" } [dev-dependencies] From c1e18e49b75c10a21d73895001b2a74d0fb0bb3e Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Sun, 31 Jul 2022 11:27:08 -0700 Subject: [PATCH 2/2] bump version in changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3378cf7..1be52c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Changed + +- Update `riscv` to version 0.9-alpha.1 + ## [v0.9.0] - 2022-07-01 ### Added