Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Nov 19, 2024
1 parent eb1ae5c commit a873879
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3"
"baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
},
"registries": [
{
Expand Down
36 changes: 18 additions & 18 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,88 +14,88 @@
},
{
"name": "python3",
"version>=": "3.11.8",
"version>=": "3.11.10",
"platform": "x64"
},
{
"name": "boost-asio",
"version>=": "1.85.0",
"version>=": "1.86.0",
"features": ["ssl"],
"platform": "x64"
},
{
"name": "boost-beast",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-coroutine",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-date-time",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x86 | x64"
},
{
"name": "boost-interprocess",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-filesystem",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-format",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-iostreams",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-outcome",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-process",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-program-options",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x86 | x64"
},
{
"name": "boost-property-tree",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-serialization",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x86 | x64"
},
{
"name": "boost-signals2",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-url",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
"name": "boost-test",
"version>=": "1.85.0",
"version>=": "1.86.0",
"platform": "x64"
},
{
Expand All @@ -115,7 +115,7 @@
},
{
"name": "spdlog",
"version>=": "1.14.1",
"version>=": "1.15.0",
"platform": "x86 | x64"
},
{
Expand Down

0 comments on commit a873879

Please sign in to comment.