From 844269d017b207917e243d633fd7ec2d1c11bbbc Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 15 Oct 2023 06:39:18 +0400 Subject: [PATCH] Fix ndk deps versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 752a8576..13380937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,9 +70,9 @@ softbuffer = "0.3.0" [target.'cfg(target_os = "android")'.dependencies] # Coordinate the next winit release android-activity 0.5 release -android-activity = "0.5.0-beta.1" -ndk = "0.8.0-beta.0" -ndk-sys = "0.5.0-beta.0" +android-activity = "=0.5.0-beta.1" +ndk = "=0.8.0-beta.0" +ndk-sys = "=0.5.0-beta.0" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies] core-foundation = "0.9.3"