Skip to content

Commit 96704cf

Browse files
authored
Merge pull request #20 from YdrMaster/main
build: update deps
2 parents 5992db7 + 8fdc87f commit 96704cf

File tree

3 files changed

+45
-59
lines changed

3 files changed

+45
-59
lines changed

Cargo.lock

Lines changed: 42 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[toolchain]
22
channel = "nightly"
3+
components = ["llvm-tools-preview"]
4+
targets = ["riscv64imac-unknown-none-elf"]

rustsbi-qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rustsbi = "0.2.2"
1010
buddy_system_allocator = "0.8"
1111
lazy_static = { version = "1", features = ["spin_no_std"] }
1212
spin = "0.9"
13-
riscv = { git = "https://github.com/rust-embedded/riscv", rev = "dc0bc37e", features = ["inline-asm"] }
13+
riscv = "0.8"
1414
device_tree = { git = "https://github.com/rcore-os/device_tree-rs/" }
1515
embedded-hal = "0.2.7"
1616
nb = "1"

0 commit comments

Comments
 (0)