Skip to content

Commit cbdfe9c

Browse files
committed
chore(deps): upgrade the custom fork of riscv-rt
Fixes the build failures on the latest nightly compiler. error[E0658]: const operands for inline assembly are unstable --> .../.cargo/git/checkouts/rust-riscv-rt-6ba025082ec0749f/cd7b460/src/lib.rs:513:9 | 513 | HAS_MUL = const cfg!(target_feature = "m") as u32, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1 parent 1e0bbbc commit cbdfe9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ branch = "0.5-asm"
4343
# the precompiled object file with naked functions, which will always be
4444
# complied with the expected floating-point ABI.
4545
git = "https://github.com/yvt/rust-riscv-rt.git"
46-
rev = "cd7b460d1940630d235b5a7b46cc50421c12e39b"
46+
rev = "07ade94990ef49b35bf298f9cbe59c671c6f1101"
4747
version = "0.6.2"
4848

4949
[profile.release]

0 commit comments

Comments
 (0)