From 5bd5edda4b9c0052b5a0569645f0da883b17b6b4 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:51:13 +0000 Subject: [PATCH] chore(deps): update https://github.com/microsoft/vcpkg digest to b060916 --- 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 c261750..ba02365 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": "65be7019941e1401e02daaba0738cab2c8a4a355", + "builtin-baseline": "b060916374afb51b7e2131bc2e784a510e869854", "homepage": "https://{{ ss_cmake_repo_url }}", "dependencies": [ [%- if compiled == true %] diff --git a/vcpkg.json b/vcpkg.json index fd85fa4..26be480 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-pybind11", "description": "A template of serious scaffold family based on pybind11.", - "builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355", + "builtin-baseline": "b060916374afb51b7e2131bc2e784a510e869854", "homepage": "https://github.com/serious-scaffold/ss-pybind11", "dependencies": [ "pybind11",