Update toolchain.

This commit is contained in:
4lDO2
2021-03-19 10:33:26 +01:00
parent d3cf4db47b
commit dc5f1fe055
2 changed files with 4 additions and 0 deletions

View File

@@ -3,3 +3,7 @@ rustflags = [
# Kernel should preserve floating-point registers
"-Csoft-float",
]
[unstable]
build-std = ["core", "alloc", "compiler_builtins"]
build-std-features = ["panic-unwind"]