Skip to content

Commit

Permalink
build: update riscv-decode to 0.2.2
Browse files Browse the repository at this point in the history
Update riscv-decode to 0.2.2 to get RVA decoding support.

Signed-off-by: tfx2001 <[email protected]>
  • Loading branch information
tfx2001 committed Aug 25, 2024
1 parent 194d9cc commit 3bd7343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hpm-rt = { git = "https://github.com/hpm-rs/hpm-rt.git", rev = "f9dd2f2122630ebf
riscv = "0.10"
spin = "0.9"
fast-trap = { version = "0.0.1", features = ["riscv-m"] }
riscv-decode = { git = "https://github.com/fintelia/riscv-decode.git", rev = "349b2a6b9fa608fc427aa46eaef8935557510d28" }
riscv-decode = "0.2.2"

[build-dependencies]
hpm-rt = { git = "https://github.com/hpm-rs/hpm-rt.git", rev = "f9dd2f2122630ebfa8d9b96f539aba8be1c92784" }
Expand Down

0 comments on commit 3bd7343

Please sign in to comment.