chore(rust): upgrade to nightly to fix build

This commit is contained in:
xeruf 2024-11-09 20:00:28 +01:00
parent b81e5a27bf
commit 5294d9081f
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ readme = "README.md"
license = "GPL 3.0" license = "GPL 3.0"
authors = ["melonion"] authors = ["melonion"]
version = "0.5.0" version = "0.5.0"
rust-version = "1.82"
edition = "2021" edition = "2021"
default-run = "mostr" default-run = "mostr"

View File

@ -1,2 +1,2 @@
[toolchain] [toolchain]
channel = "1.81.0" channel = "nightly-2024-11-09"