fix: update amneziawg (#2743)

* chore(conan): update amneziawg

* fix(conan): use cmake 4.2+ to support MSVC26

* fix(ci/cd): use the latest cmake generator available on windows
This commit is contained in:
Yaroslav Gurov
2026-06-17 14:56:53 +02:00
committed by GitHub
parent 56ab82f87f
commit 890103a16a
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import platform
class AwgAndroid(ConanFile):
name = "awg-android"
version = "1.1.7"
version = "2.0.1"
settings = "os", "arch", "build_type", "compiler"
def configure(self):