From 675668311d8035e0571a5e0e29237456c546f750 Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Fri, 18 Nov 2022 16:07:06 +0100 Subject: [PATCH] Update riscv/riscv-rt to 0.10.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea4b7f9..2b133f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/riscv-atomic-emulation-trap" [dependencies] -riscv = "0.8.0" -riscv-rt = "0.9.0" +riscv = "0.10.0" +riscv-rt = "0.10.0" [build-dependencies] riscv-target = "0.1.2" \ No newline at end of file