From 23b56898cfc0623b6c073932ea8d3abbc1ecea5d Mon Sep 17 00:00:00 2001 From: Kevin Lalumiere Date: Tue, 7 Jan 2025 17:56:26 -0500 Subject: [PATCH] Upgrade submodules --- .gitmodules | 4 ++-- vcpkg | 2 +- vcpkg-configuration.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b961557..fe07c99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vcpkg"] - path = vcpkg - url = git@github.com:microsoft/vcpkg.git \ No newline at end of file + path = vcpkg + url = https://github.com/microsoft/vcpkg diff --git a/vcpkg b/vcpkg index d331773..93570a2 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit d331773973f6be4c10524daae5e8f63455e45158 +Subproject commit 93570a28ecdf49d3d9676cec8aa0cc72935d43db diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 4693860..c8ed69b 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "builtin", - "baseline": "0857a4b08c14030bbe41e80accb2b1fddb047a74" + "baseline": "93570a28ecdf49d3d9676cec8aa0cc72935d43db" }, "registries": [] }