Skip to content

Commit

Permalink
Upgrade the rustc version. Because build fail.
Browse files Browse the repository at this point in the history
because this error
"package `home v0.5.11` cannot be built \
because it requires rustc 1.81 or newer,\
while the currently active rustc version is 1.77.2"

Signed-off-by: jokemanfire <[email protected]>
  • Loading branch information
jokemanfire committed Dec 26, 2024
1 parent 8029a61 commit 6d7b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.77"
channel = "1.81"
components = ["rustfmt", "clippy", "llvm-tools"]

0 comments on commit 6d7b3d3

Please sign in to comment.