Skip to content

Commit

Permalink
chore: Add rust-toolchain file
Browse files Browse the repository at this point in the history
Allows us to control changes to the rust toolchain without having
to update the froid repository.
  • Loading branch information
Leander Beernaert committed Dec 17, 2024
1 parent ac7cbca commit 2404f83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions you-have-mail-mobile/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[toolchain]
channel = "1.83.0"
profile = "default"
targets = [
"aarch64-linux-android",
"armv7-linux-androideabi",
"x86_64-linux-android",
]

0 comments on commit 2404f83

Please sign in to comment.