Skip to content

Commit 1d1b42f

Browse files
build: Update to cpp-template v0.2.5
1 parent b868ea9 commit 1d1b42f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.2.4
2+
_commit: v0.2.5
33
_src_path: gh:deeplex/copier-cpp
44
buildver: 0.1.0.2
55

vcpkg-configuration.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
23
"default-registry": {
34
"kind": "builtin",
45
"baseline": "71d3fa60b67540e9bf5fde2bf2188f579ff09433"
56
},
67
"registries": [
78
{
89
"kind": "git",
9-
"repository": "https://github.com/deeplex-net/vcpkg-registry",
10+
"repository": "https://github.com/deeplex/vcpkg-registry",
1011
"baseline": "e0379d3342d009a2ca0b713af9ced5df6e155ada",
1112
"packages": [
1213
"concrete"

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
33
"name": "deeppack",
44
"version-semver": "0.1.0-alpha.3",
55
"homepage": "https://github.com/deeplex/deeppack",

0 commit comments

Comments
 (0)