From 6e6e197cc96f201ec4d12ea949438eacc23b0b8f Mon Sep 17 00:00:00 2001 From: numa123 <104247745+numa123@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:29:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=81=AE=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E6=9B=B8=E3=81=8B=E3=81=AA=E3=81=84=E3=81=A8=E8=B5=B7=E5=8B=95?= =?UTF-8?q?=E6=99=82=E3=81=ABpanic=E3=81=8C=E8=B5=B7=E3=81=8D=E3=82=8B(iss?= =?UTF-8?q?ue:=20https://github.com/o8vm/octox/issues/23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f46b6c8..62d54ef 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" -targets = ["riscv64gc-unknown-none-elf"] \ No newline at end of file +channel = "nightly-2024-07-25" +targets = ["riscv64gc-unknown-none-elf"]