diff options
Diffstat (limited to 'examples/hifive1/Cargo.toml')
| -rw-r--r-- | examples/hifive1/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hifive1/Cargo.toml b/examples/hifive1/Cargo.toml index fcd5729..85b8fdd 100644 --- a/examples/hifive1/Cargo.toml +++ b/examples/hifive1/Cargo.toml @@ -11,11 +11,11 @@ edition = "2021" [dependencies] rtic = { path = "../../rtic" } heapless = { version = "0.8.0", features = ["portable-atomic-unsafe-assume-single-core"] } -hifive1 = { git = "https://github.com/riscv-rust/e310x.git", branch = "ehv1", features = ["board-redv"] } +hifive1 = { version = "0.13.0", features = ["board-redv"] } riscv-rt = {version = "0.13.0", features = ["single-hart"]} riscv = "0.12.1" semihosting = { version = "0.1", features = ["stdio", "panic-handler"] } -portable-atomic = { version = "1.9", features = ["unsafe-assume-single-core", "force-amo"] } +portable-atomic = { version = "1", features = ["unsafe-assume-single-core", "force-amo"] } [features] riscv-clint-backend = ["rtic/riscv-clint-backend"] |
