From f853e1b0b2a79033e39873a00893106471a89dd8 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:08:04 +0000 Subject: [PATCH] chore(deps): update https://github.com/microsoft/vcpkg digest to 17f35ad --- template/vcpkg.json.jinja | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index 3c056c92..94fa7718 100644 --- a/template/vcpkg.json.jinja +++ b/template/vcpkg.json.jinja @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "{{ ss_cmake_repo_name }}", "description": "{{ ss_cmake_project_description }}", - "builtin-baseline": "522253caf47268c1724f486a035e927a42a90092", + "builtin-baseline": "17f35ad2418007a895ced8a4cece4ab34068a58d", "homepage": "https://{{ ss_cmake_repo_url }}", "dependencies": [ [%- if compile_target != '' or exe_target != '' or header_target != '' %] diff --git a/vcpkg.json b/vcpkg.json index 67ffa7e7..b1b69262 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "ss-cpp", "description": "A continuously evolving basic template for cpp development.", - "builtin-baseline": "522253caf47268c1724f486a035e927a42a90092", + "builtin-baseline": "17f35ad2418007a895ced8a4cece4ab34068a58d", "homepage": "https://github.com/serious-scaffold/ss-cpp", "dependencies": [ "fmt",