Bump riscv version (#51)

* Bump riscv version

* Bump riscv version in esp-hal-common
This commit is contained in:
Björn Quentin 2022-04-22 17:00:17 +02:00 committed by GitHub
parent 0f58f84873
commit eb47b0fe21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ procmacros = { path = "../esp-hal-procmacros", package = "esp-hal-procmacros"
void = { version = "1.0", default-features = false }
# RISC-V
riscv = { version = "0.7", optional = true }
riscv = { version = "0.8.0", optional = true }
riscv-atomic-emulation-trap = { version = "0.1", optional = true }
# Xtensa

View File

@ -27,7 +27,7 @@ categories = [
bare-metal = "1.0"
embedded-hal = { version = "0.2", features = ["unproven"] }
nb = "1.0"
riscv = "0.7"
riscv = "0.8.0"
riscv-rt = { version = "0.8.1", optional = true }
void = { version = "1.0", default-features = false }
r0 = "1.0.0"