mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[fastcdr] update to 1.1.0 (#34049)
* [fastcdr] update to 1.1.0 * fix deps
This commit is contained in:
parent
53fe2afc5f
commit
c316b90058
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO eProsima/Fast-CDR
|
||||
REF v${VERSION}
|
||||
SHA512 6b31e9ba2f7fe719eb4ac7af59a34cdff1c0d13ed40340d8bea8bfa477c0ffe080f4d6c73096add62f3b20af5fbf8ee8bde288dd9074bfb094b5b355016184f2
|
||||
SHA512 66040acb563d7c06efb67a1536eb178183776e71a6b54c7e02efbe50ff0926aa24d87fb7869273e985c5c0f2b5d1496d3b1a20f10358373c73171b51c71e7e6a
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
pdb-file.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fastcdr",
|
||||
"version-semver": "1.0.26",
|
||||
"version-semver": "1.1.0",
|
||||
"description": "eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.",
|
||||
"homepage": "https://github.com/eProsima/Fast-CDR",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2469,7 +2469,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
"baseline": "1.0.26",
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcgi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9f8b9c01af9c5166bc7666ca9aac688747ff7a03",
|
||||
"version-semver": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8ac25a2de2fa721da695d61b5346f05e93a51bf7",
|
||||
"version-semver": "1.0.26",
|
||||
|
Loading…
Reference in New Issue
Block a user