Skip to content

Commit

Permalink
Merge pull request #137 from xch-dev/rust-1.82.0
Browse files Browse the repository at this point in the history
Bump Rust to 1.82.0
  • Loading branch information
Rigidity authored Nov 28, 2024
2 parents 29773fc + fde3649 commit 00512e4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[toolchain]
channel = "1.81.0"
channel = "1.82.0"
components = ["rustfmt", "clippy"]
targets = ["x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "aarch64-unknown-linux-gnu"]
targets = [
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
]

0 comments on commit 00512e4

Please sign in to comment.