Skip to content

Commit 45d80ab

Browse files
committed
chore(deps): the patched versions of riscv[-rt] have been moved to github.com/r3-os
1 parent af23b7c commit 45d80ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ resolver = "2"
3333
# LLVM syntax, which was moved to `llvm_asm!` when the new inline assembler
3434
# syntax has landed. Therefore, we have to patch `riscv` 0.5.x with the version
3535
# that uses the form of inline assembler supported by the current compiler.
36-
git = "https://github.com/yvt/rust-riscv.git"
37-
branch = "0.5-asm"
36+
git = "https://github.com/r3-os/rust-riscv.git"
37+
branch = "refresh/0.5"
3838

3939
[patch.crates-io.riscv-rt]
4040
# FIXME: This is a work-around for
@@ -43,8 +43,8 @@ branch = "0.5-asm"
4343
# linker because of a floating-point ABI mismatch. This patched version replaces
4444
# the precompiled object file with naked functions, which will always be
4545
# complied with the expected floating-point ABI.
46-
git = "https://github.com/yvt/rust-riscv-rt.git"
47-
rev = "fea31dd51d255f4419246277497a9183e502cc9b"
46+
git = "https://github.com/r3-os/rust-riscv-rt.git"
47+
branch = "refresh/0.8"
4848
version = "0.6.2"
4949

5050
[profile.release]

0 commit comments

Comments
 (0)