Skip to content

Commit

Permalink
chore: update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Aug 28, 2024
1 parent 0faacae commit 08d239e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[toolchain]
channel = "1.78.0"
channel = "1.80.0"
targets = [
"x86_64-linux-android",
"i686-linux-android",
"aarch64-linux-android",
"armv7-linux-androideabi"
"armv7-linux-androideabi",
]
profile = "minimal"
components = [
"clippy"
]
components = ["clippy"]

0 comments on commit 08d239e

Please sign in to comment.