Skip to content

Commit

Permalink
このように書かないと起動時にpanicが起きる(issue: o8vm#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
numa123 committed Sep 19, 2024
1 parent c2ad4b5 commit 6e6e197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
targets = ["riscv64gc-unknown-none-elf"]
channel = "nightly-2024-07-25"
targets = ["riscv64gc-unknown-none-elf"]

0 comments on commit 6e6e197

Please sign in to comment.