1
Fork 0

Add Rustup settings.

This commit is contained in:
Bauke 2023-02-17 14:56:09 +01:00
parent 7b134476fb
commit 0b8c39a8d4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

5
.rustup/settings.toml Normal file
View File

@ -0,0 +1,5 @@
default_toolchain = "stable-x86_64-unknown-linux-gnu"
profile = "default"
version = "12"
[overrides]