Skip to content

Commit

Permalink
Update to Rust 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Oct 9, 2024
1 parent 0d33199 commit 942e983
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[alias]
xtask = "run --package xtask --"

[profile.release]
overflow-checks = true
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.72.1"
channel = "1.81.0"
components = ["clippy"]

0 comments on commit 942e983

Please sign in to comment.