diff --git a/.cargo/config.toml b/.cargo/config.toml index 0a6e1fa..c424c85 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -8,6 +8,3 @@ rustflags = [ "-C", "target-cpu=cortex-a53", "-C", "embed-bitcode=yes", ] - -[unstable] -build-std = ["core", "compiler_builtins", "alloc"]