mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[fastio] update to 2024-07-05 (#39845)
This commit is contained in:
parent
79748004e3
commit
fa1aab6748
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cppfastio/fast_io
|
||||
REF 804d943e30df0da782538d508da6ea6e427fc2cf
|
||||
SHA512 543f91bb55e3dec305a5d0103b2eba9304b3d0a5f8874a38d4ebb584c027fcc2f9cedfb5716bac2951f1474b2467fe287f70b8287452f8ba277663f8342a112c
|
||||
REF 621b461a12af1d4c52d867127753b2bc0b60f946
|
||||
SHA512 bdc651a06071d5e9b043d0295396351ef05552e98f80161f6026b0ba32ff6f65397cd95daa1da47e4811b2eb94c12a7d0dd47219385b7278e668bb117128f774
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fastio",
|
||||
"version-date": "2023-11-06",
|
||||
"version-date": "2024-07-05",
|
||||
"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",
|
||||
@ -8,10 +8,6 @@
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -2649,7 +2649,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fastio": {
|
||||
"baseline": "2023-11-06",
|
||||
"baseline": "2024-07-05",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastlz": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f3dc0fd52b1428bad809920801be9a216fd8e0e8",
|
||||
"version-date": "2024-07-05",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d5c900f8e88aaa9a8c41a16af374634ca5120289",
|
||||
"version-date": "2023-11-06",
|
||||
|
Loading…
x
Reference in New Issue
Block a user