From d96a888ae50db2b1de3c34e43c0966746359e399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas?= Date: Wed, 10 Jan 2024 20:37:39 +0100 Subject: [PATCH] update dependencies --- riscv-slic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-slic/Cargo.toml b/riscv-slic/Cargo.toml index e2e09e1..0c1b54a 100644 --- a/riscv-slic/Cargo.toml +++ b/riscv-slic/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] heapless = "0.8.0" portable-atomic = { version = "1.4", default-features = false, features = ["require-cas"] } -riscv ={ git = "https://github.com/rust-embedded/riscv.git", branch = "add-ecall" } +riscv ={ git = "https://github.com/rust-embedded/riscv.git", branch = "master" } riscv-slic-macros = { path = "../riscv-slic-macros" } [features]