[folly] fix missing dep (#30973)

This commit is contained in:
autoantwort 2023-04-21 01:01:10 +02:00 committed by GitHub
parent 72d359ae10
commit 829e2f5646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "folly",
"version-string": "2022.10.31.00",
"port-version": 4,
"port-version": 5,
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
"homepage": "https://github.com/facebook/folly",
"license": "Apache-2.0",
@ -19,6 +19,7 @@
"boost-smart-ptr",
"boost-system",
"boost-thread",
"boost-variant",
"double-conversion",
"fmt",
"gflags",

View File

@ -2542,7 +2542,7 @@
},
"folly": {
"baseline": "2022.10.31.00",
"port-version": 4
"port-version": 5
},
"font-chef": {
"baseline": "1.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2be8536b3faaf9f907284548e4db1f49b77054c1",
"version-string": "2022.10.31.00",
"port-version": 5
},
{
"git-tree": "9f031566a728d2a7adf76c1026324cfc993b02a6",
"version-string": "2022.10.31.00",