Skip to content

Commit

Permalink
chore(deps): update https://github.com/microsoft/vcpkg digest to ce19164
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] committed Apr 1, 2024
1 parent 3d7aa4d commit 5b40471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/vcpkg.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "{{ repo_name }}",
"description": "{{ project_description }}",
"builtin-baseline": "3c76dc55f8bd2b7f4824bcd860055094bfbbb9ea",
"builtin-baseline": "ce1916404fc6f2b645f419a6d47b7ebafe686582",
"homepage": "https://{{ repo_url() }}",
"dependencies": [
[%- if compile_target != '' or exe_target != '' or header_target != '' %]
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ss-cpp",
"description": "A development-focused Cpp project template.",
"builtin-baseline": "3c76dc55f8bd2b7f4824bcd860055094bfbbb9ea",
"builtin-baseline": "ce1916404fc6f2b645f419a6d47b7ebafe686582",
"homepage": "https://github.com/serious-scaffold/ss-cpp",
"dependencies": [
"spdlog",
Expand Down

0 comments on commit 5b40471

Please sign in to comment.