Skip to content

Commit

Permalink
updated openssl and see how the cache behaves
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Sep 9, 2023
1 parent 6af83d6 commit 3c893b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": [
{
"name": "openssl",
"version>=": "1.1.1n"
"version>=": "1.1.1v"
},
"doctest",
"nlohmann-json"
Expand All @@ -14,7 +14,7 @@
"overrides": [
{
"name": "openssl",
"version-string": "1.1.1n"
"version-string": "1.1.1v"
}
]
}

0 comments on commit 3c893b7

Please sign in to comment.