From ca0d2eb3aa6e91116b00b5a8dd9be3fb92cfade0 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 24 Jun 2023 00:43:14 +0200 Subject: [PATCH] cargo: Fix `rust_version` -> `rust-version` property typo Cargo complains: warning: android-activity/Cargo.toml: unused manifest key: package.rust_version Solve this by replacing the underscore with a hyphen. --- android-activity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 764c8e6a..db3f4ff1 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/rust-mobile/android-activity" documentation = "https://docs.rs/android-activity" description = "Glue for building Rust applications on Android with NativeActivity or GameActivity" license = "MIT OR Apache-2.0" -rust_version = "1.64" +rust-version = "1.64" [features] # Note: we don't enable any backend by default since features