From e33518c4921c4936d846fefa0307d6b0af5ff971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas?= Date: Wed, 10 Jan 2024 20:39:05 +0100 Subject: [PATCH] update riscv-slic --- rtic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index a1100451998d..0cfa0169440e 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -31,7 +31,7 @@ features = ["rtic-macros/test-template"] name = "rtic" [dependencies] -riscv-slic = { git = "https://github.com/romancardenas/riscv-slic.git", rev = "38700c0", optional = true } +riscv-slic = { git = "https://github.com/romancardenas/riscv-slic.git", rev = "d96a888", optional = true } esp32c3 = { version = "0.17.0", optional = true} riscv = {version = "0.10.1", optional = true} cortex-m = { version = "0.7.0", optional = true }