From 8d749a49284d2fc6417993e3151e207c8c39fbf2 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Mon, 27 Jun 2022 21:07:49 -0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a98f44..2fedd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "ISC" [dependencies] bare-metal = "1.0.0" vcell = "0.1.3" -riscv = "0.8.0" +riscv = "0.9.0-alpha.1" [features] rt = []