fix: use nightly for build_std

This commit is contained in:
Tobias Berger 2025-03-05 10:30:25 +01:00
parent b554c59883
commit 6697440fb9
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "nightly"
components = ["rustfmt", "cargo", "rustc", "rust-src"]