diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9c3e300b..a5eace7f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] channel = "1.82" # See Cargo.toml targets = ["aarch64-apple-ios-sim", "aarch64-apple-ios", "x86_64-apple-ios", "x86_64-unknown-linux-gnu"] -profile = "minimal" +profile = "default" components = ["rust-analyzer"] \ No newline at end of file