diff --git a/.cargo/config.toml b/.cargo/config.toml index c233973..55c5305 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,7 +3,3 @@ runner = "speculos -a=1 --model=nanosp" [build] target = "nanosplus" - -[unstable] -build-std = ["core"] -build-std-features = ["compiler-builtins-mem"]