Change rust version

This commit is contained in:
Andras Schmelczer 2025-08-17 15:36:19 +01:00
parent 81b81e30ff
commit efcdb4b9de
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2025-06-06"
channel = "1.89.0"
targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl" ]
profile = "default"