Skip to content

Commit

Permalink
update vcpkg to fix tars core (FISCO-BCOS#4239)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee authored Feb 21, 2024
1 parent a1655d8 commit 108af8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"kind": "git",
"repository": "https://github.com/FISCO-BCOS/registry",
"baseline": "a5168c1c61b2d6ee2a8112868c8457ad201427f3",
"baseline": "a24727866a467378e73db194f43a8c0978093b62",
"packages": [
"openssl",
"evmone",
Expand Down
6 changes: 3 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"name": "tarscpp",
"version>=": "3.0.3-m"
"version>=": "3.0.3-1#1"
},
{
"name": "openssl",
Expand All @@ -68,11 +68,11 @@
"dependencies": [
{
"name": "evmone",
"version>=": "0.9.1"
"version>=": "0.10.0"
},
{
"name": "evmc",
"version>=": "10.0.0"
"version>=": "10.1.0"
},
"boost-coroutine2",
{
Expand Down

0 comments on commit 108af8d

Please sign in to comment.