Explorar el Código

fix: stable for aarch

Linwei Shang hace 1 año
padre
commit
a4b236f55d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/aarch64/rust-toolchain.toml

+ 1 - 1
examples/aarch64/rust-toolchain.toml

@@ -1,5 +1,5 @@
 [toolchain]
-channel = "nightly"
+channel = "stable"
 components = ["rustfmt", "llvm-tools"]
 targets = ["aarch64-unknown-none"]
 profile = "minimal"