Skip to content

Commit 1ad3abd

Browse files
authored
Merge pull request #87 from rust-mobile/rust-version
cargo: Fix `rust_version` -> `rust-version` property typo
2 parents 79e03e0 + ca0d2eb commit 1ad3abd

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)