Skip to content

Commit

Permalink
chore: Downgrade protobuf to 3.19.4 due to constinit error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Jul 18, 2022
1 parent 98ccbb9 commit b653d74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions cmake-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ additional_commands:
PROTOS: '*'
IMPORT_DIRS: '*'
EXTRA_ARGS: '*'
doctest_discover_tests:
kwargs:
ADD_LABELS: '1'
doxygen_add_docs:
kwargs:
WORKING_DIRECTORY: '1'
Expand Down
4 changes: 2 additions & 2 deletions test/cmake/src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"builtin-baseline": "de176433e9a8769eed0e43d61758f4cdc1dc6e20",
"overrides": [
{
"name": "doctest",
"version": "2.4.6"
"name": "protobuf",
"version": "3.19.4"
}
]
}
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"builtin-baseline": "de176433e9a8769eed0e43d61758f4cdc1dc6e20",
"overrides": [
{
"name": "doctest",
"version": "2.4.6"
"name": "protobuf",
"version": "3.19.4"
}
]
}

0 comments on commit b653d74

Please sign in to comment.