diff --git a/vcpkg b/vcpkg index 7213cf8..04a9d8e 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit 7213cf8135c329c37c7e2778e40774489a0583a8 +Subproject commit 04a9d8e5212d01ee1dd9478eadd9caade4f8b0d4 diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index c05bfd1..63e0f96 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "043abf2fa419c288d594a6b96b98a811457bd9b5", + "baseline": "04a9d8e5212d01ee1dd9478eadd9caade4f8b0d4", "repository": "https://github.com/microsoft/vcpkg" }, "registries": [ diff --git a/vcpkg.json b/vcpkg.json index 59aa5c2..dced4a4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -13,10 +13,10 @@ "name": "duckdb", "version>=": "1.4.2" }, - { - "name":"icu", - "version>=":"78.1" - } + { + "name": "icu", + "version>=": "78.1" + } ] }, "mysql": { @@ -43,7 +43,9 @@ { "name": "sqlite3", "version>=": "3.49.1", - "features": ["math"] + "features": [ + "math" + ] } ] },