From 119462795aa443126c1126b46dab0299a2a63e23 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 14 Aug 2023 23:10:32 +0400 Subject: [PATCH] Pin android-activity git dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ff794a8..dc729bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ softbuffer = "0.3.0" [target.'cfg(target_os = "android")'.dependencies] # Coordinate the next winit release android-activity 0.5 release -android-activity = { git = "https://github.com/rust-mobile/android-activity" } +android-activity = { git = "https://github.com/rust-mobile/android-activity", rev = "535994f4a2dde7e1abc3566e75d62518e0c7da74" } ndk = "0.7.0" ndk-sys = "0.4.0"