diff --git a/Cargo.toml b/Cargo.toml index c6f8799..c710e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,9 +65,6 @@ android_logger = "0.14" [profile.dev] opt-level = 1 -[profile.release] -debug = true - # Enable a large amount of optimization in the dev profile for dependencies. [profile.dev.package."*"] opt-level = 3 @@ -84,4 +81,4 @@ build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"] target_sdk_version = 31 [package.metadata.android.application] -label = "Forestiles" \ No newline at end of file +label = "Forestiles" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 271800c..5d56faf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" \ No newline at end of file +channel = "nightly"