diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index b3eb412e0dc..a706803d13d 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,14 +1,14 @@ { "default-registry": { "kind": "git", - "baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836", + "baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", "repository": "https://github.com/microsoft/vcpkg" }, - "registries": [ - { - "kind": "artifact", - "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", - "name": "microsoft" - } - ] -} + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +} \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json index 6ed64c47239..e94d36feac3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -8,11 +8,5 @@ "type-lite", "fast-float", "spdlog" - ], - "overrides": [ - { - "name": "fmt", - "version": "10.1.1" - } ] }