Skip to content

Commit b65ca74

Browse files
chore(deps): update https://github.com/microsoft/vcpkg digest to 6f29f12
1 parent 88a92ee commit b65ca74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/vcpkg.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "{{ ss_cmake_repo_name }}",
44
"description": "{{ ss_cmake_project_description }}",
5-
"builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355",
5+
"builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836",
66
"homepage": "https://{{ ss_cmake_repo_url }}",
77
"dependencies": [
88
[%- if compile_target != '' or exe_target != '' or header_target != '' %]

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "ss-cpp",
44
"description": "A continuously evolving basic template for cpp development.",
5-
"builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355",
5+
"builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836",
66
"homepage": "https://github.com/serious-scaffold/ss-cpp",
77
"dependencies": [
88
"fmt",

0 commit comments

Comments
 (0)