mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[fastio] Update to 2023-11-06 (#35596)
* update fastio * update version
This commit is contained in:
parent
08fd0c4065
commit
faf6debcab
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cppfastio/fast_io
|
||||
REF e3df753a74a27e00bcb288bc97ab203645ed9579
|
||||
SHA512 9afe554570241a64e6f155419635aa6c0f97898902f7e4fcace883ed532142174e8b584e300223e0b8f2fa9831ee031f92465b2d5ffd9466de323b59efd37b59
|
||||
REF 804d943e30df0da782538d508da6ea6e427fc2cf
|
||||
SHA512 543f91bb55e3dec305a5d0103b2eba9304b3d0a5f8874a38d4ebb584c027fcc2f9cedfb5716bac2951f1474b2467fe287f70b8287452f8ba277663f8342a112c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fastio",
|
||||
"version-date": "2023-07-06",
|
||||
"version-date": "2023-11-06",
|
||||
"description": "fast_io is an extremely fast C++20 input/output library aiming to replace <iostream> and <cstdio>. It supports networking, NT apis, pipe, filesystem, winrt hstring, Qt, OpenSSL, cryptography. It is freestanding and it works on any platform, including dos, win95, wasm, linux kernel, windows kernel or your own operating system kernel. It has no dependencies.",
|
||||
"homepage": "https://github.com/cppfastio/fast_io",
|
||||
"license": "MIT",
|
||||
|
@ -2565,7 +2565,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"fastio": {
|
||||
"baseline": "2023-07-06",
|
||||
"baseline": "2023-11-06",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastlz": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d5c900f8e88aaa9a8c41a16af374634ca5120289",
|
||||
"version-date": "2023-11-06",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3cfcdfee62b62a815b8ea72c22e41a40b6c24610",
|
||||
"version-date": "2023-07-06",
|
||||
|
Loading…
x
Reference in New Issue
Block a user