Use stable rust

This commit is contained in:
Andras Schmelczer 2025-12-06 10:26:39 +00:00
parent e03b9147df
commit 1deb8981ff

View file

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