mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[fast-cpp-csv-parser ] Update to the latest commit: Fixes compiler warnings (#15943)
* Update port to latest commit: Fixes compiler warnings * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
d4ba955db2
commit
bc28e2f577
@ -1,4 +1,4 @@
|
||||
Source: fast-cpp-csv-parser
|
||||
Version: 2019-08-14
|
||||
Version: 2021-01-03
|
||||
Description: A small, easy-to-use and fast header-only library for reading comma separated value (CSV) files
|
||||
Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ben-strasser/fast-cpp-csv-parser
|
||||
REF 78f413248fdeea27368481c4a1d48c059ac36680
|
||||
SHA512 f8eb477e0b5e82f5b5d7bdf045094dcc59433e7b6305a1e16e45c2c24f4bbb7f6e9540e17a8ffafce29ea2ebe3a2647174824abe80da5f2054f7df3d7da8c28d
|
||||
REF 75600d0b77448e6c410893830df0aec1dbacf8e3
|
||||
SHA512 aab418e98eb895dabd6369b186b7a55beddb84b89e358395a9f125829074916eff9086d80f9cd342d1bfd91acacc7103875c970a84164b75fff259cc93729285
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1837,7 +1837,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"fast-cpp-csv-parser": {
|
||||
"baseline": "2019-08-14",
|
||||
"baseline": "2021-01-03",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f1f6fcd862c655b0884eb40931852c6db8a938e4",
|
||||
"version-string": "2021-01-03",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e2987a08764b26275d4ed8fc728b9460acc9db5e",
|
||||
"version-string": "2019-08-14",
|
||||
|
Loading…
x
Reference in New Issue
Block a user