From f94a797141d0567c447051fd43483f572673b20c Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Wed, 3 May 2023 15:49:02 +0200 Subject: [PATCH] Delete unnecessary `rust-toolchain.toml` This is pointing to an ancient Rust version and shouldn't be needed to build and use this repository. --- Cargo.toml | 6 +----- rust-toolchain.toml | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/Cargo.toml b/Cargo.toml index 2b1abc8..f164b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,7 @@ repository = "https://github.com/Traverse-Research/android-sdkmanager-rs" keywords = ["android", "sdkmanager"] documentation = "https://docs.rs/android-sdkmanager-rs/" -include = [ - "Cargo.toml", - "LICENSE-*", - "src/**", -] +include = ["LICENSE-*", "/src"] [lib] name = "android_sdkmanager" diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 18aff04..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,4 +0,0 @@ -[toolchain] -channel = "1.58.1" -components = ["rustfmt", "clippy"] -targets = [ "aarch64-linux-android" ] \ No newline at end of file