Skip to content

Commit

Permalink
[copypp] update to 0.3.0 (#35797)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-curve committed Dec 20, 2023
1 parent 69cc111 commit c6f9a7b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/copypp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO i-curve/copypp
REF "v${VERSION}"
SHA512 cd96a310544dcd936126162de603c8a79c60e1ab9764e337704c3425096592b8e91e92ba9813f28f4838cd9b5f58e2e50cb7bce9a15d9b35c5c863693c32ae5d
SHA512 1c34cfcc30234d6a0eb3f150dff40299f74be8cc7653dc494a5a6857ad4d42342815a8ef2cb3b06d05555cd9d6d4c9b9941a7a845ab40cc782ce4660fb1e2560
HEAD_REF main
)

Expand Down
4 changes: 2 additions & 2 deletions ports/copypp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copypp",
"version": "0.2.0",
"description": "support field copy in different c++ struct.",
"version": "0.3.0",
"description": "support field copy in different c++ data type.",
"homepage": "https://github.com/i-curve/copypp",
"license": "MIT",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@
"port-version": 3
},
"copypp": {
"baseline": "0.2.0",
"baseline": "0.3.0",
"port-version": 0
},
"coroutine": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/copypp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5a681be8127821639bed4c4886a351b0640d5c04",
"version": "0.3.0",
"port-version": 0
},
{
"git-tree": "19d47125ad84c71c928f7ea266a6d7543b65ef23",
"version": "0.2.0",
Expand Down

0 comments on commit c6f9a7b

Please sign in to comment.