mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[fastio] update to 2024-12-05 (#42871)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
parent
989b8d34f9
commit
0715d0d22a
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cppfastio/fast_io
|
||||
REF 621b461a12af1d4c52d867127753b2bc0b60f946
|
||||
SHA512 bdc651a06071d5e9b043d0295396351ef05552e98f80161f6026b0ba32ff6f65397cd95daa1da47e4811b2eb94c12a7d0dd47219385b7278e668bb117128f774
|
||||
REF dd78867b7ae27da71c2e6d5d4f543066c301c047
|
||||
SHA512 7376b4f2420c6b21d1b81f693a067c43ca16ad3110a53893687e1715acfdfa4d41604fb1d13c1537809a9f14321cfae6829f56a10bdceba72926feb45ec9d0a3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fastio",
|
||||
"version-date": "2024-07-05",
|
||||
"version-date": "2024-12-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",
|
||||
|
@ -2709,7 +2709,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fastio": {
|
||||
"baseline": "2024-07-05",
|
||||
"baseline": "2024-12-05",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastlz": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cd9f2c4b531f0fb714e89bd073bbd4d569d47120",
|
||||
"version-date": "2024-12-05",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f3dc0fd52b1428bad809920801be9a216fd8e0e8",
|
||||
"version-date": "2024-07-05",
|
||||
|
Loading…
x
Reference in New Issue
Block a user