From faf6debcab7a02b99051852c8d17591a28160e47 Mon Sep 17 00:00:00 2001 From: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Date: Tue, 12 Dec 2023 01:15:07 -0800 Subject: [PATCH] [fastio] Update to 2023-11-06 (#35596) * update fastio * update version --- ports/fastio/portfile.cmake | 4 ++-- ports/fastio/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/f-/fastio.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/fastio/portfile.cmake b/ports/fastio/portfile.cmake index 7acb25af31..cb460f7876 100644 --- a/ports/fastio/portfile.cmake +++ b/ports/fastio/portfile.cmake @@ -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 ) diff --git a/ports/fastio/vcpkg.json b/ports/fastio/vcpkg.json index 72011591ab..39633c5359 100644 --- a/ports/fastio/vcpkg.json +++ b/ports/fastio/vcpkg.json @@ -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 and . 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", diff --git a/versions/baseline.json b/versions/baseline.json index 0d2e3b5573..a908e0d219 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2565,7 +2565,7 @@ "port-version": 1 }, "fastio": { - "baseline": "2023-07-06", + "baseline": "2023-11-06", "port-version": 0 }, "fastlz": { diff --git a/versions/f-/fastio.json b/versions/f-/fastio.json index 4e49da61a4..6ad0fbfd0c 100644 --- a/versions/f-/fastio.json +++ b/versions/f-/fastio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d5c900f8e88aaa9a8c41a16af374634ca5120289", + "version-date": "2023-11-06", + "port-version": 0 + }, { "git-tree": "3cfcdfee62b62a815b8ea72c22e41a40b6c24610", "version-date": "2023-07-06",