Skip to content

Commit ca0d2eb

Browse files
committed
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.
1 parent 79e03e0 commit ca0d2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/rust-mobile/android-activity"
99
documentation = "https://docs.rs/android-activity"
1010
description = "Glue for building Rust applications on Android with NativeActivity or GameActivity"
1111
license = "MIT OR Apache-2.0"
12-
rust_version = "1.64"
12+
rust-version = "1.64"
1313

1414
[features]
1515
# Note: we don't enable any backend by default since features

0 commit comments

Comments
 (0)