[libhat]: update to 0.9.0 (#48286)

This commit is contained in:
Saikari
2025-11-15 00:36:12 +03:00
committed by GitHub
parent 0288509ec7
commit 90a71997f9
5 changed files with 18 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
diff --git a/include/libhat/compressed_pair.hpp b/include/libhat/compressed_pair.hpp
index 7bf839a..1b2be6c 100644
index 39cb8ea..341f9e3 100644
--- a/include/libhat/compressed_pair.hpp
+++ b/include/libhat/compressed_pair.hpp
@@ -4,6 +4,7 @@
#include <tuple>
@@ -5,6 +5,7 @@
#include <utility>
#endif
+#include <cstddef>
@@ -11,10 +11,15 @@ index 7bf839a..1b2be6c 100644
#include "type_traits.hpp"
diff --git a/include/libhat/strconv.hpp b/include/libhat/strconv.hpp
index f23d096..ad527fb 100644
index bbd786f..ad527fb 100644
--- a/include/libhat/strconv.hpp
+++ b/include/libhat/strconv.hpp
@@ -5,6 +5,7 @@
@@ -1,11 +1,11 @@
#pragma once
#ifndef LIBHAT_MODULE
- #include <cstdint>
#include <string_view>
#include <type_traits>
#endif

View File

@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO BasedInc/libhat
REF "v${VERSION}"
SHA512 07bdca0a84fc48d6c3d941136459d73e7c4f09c398c5a787e307dd01ee0124fc56d2ba827e49b342611b754816408d21109c6f17bede62dcc231a1a2e3c1d225
SHA512 68ce4d66f92553eb0f3e0f26c0274bc048d735936a68abf2fcb2ce7766dcdab73fb5dc0d8bbf249e5b36bd7a2eb2db06878eaffcd16d4bcac839953506704c8d
HEAD_REF master
PATCHES
0001-CMakeLists.patch

View File

@@ -1,6 +1,6 @@
{
"name": "libhat",
"version": "0.8.0",
"version": "0.9.0",
"description": "A high-performance, modern, C++20 library designed around game hacking.",
"homepage": "https://github.com/BasedInc/libhat",
"license": "MIT",

View File

@@ -4953,7 +4953,7 @@
"port-version": 1
},
"libhat": {
"baseline": "0.8.0",
"baseline": "0.9.0",
"port-version": 0
},
"libhdfs3": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a23e41e2d3791f243c9b83d024c704e74a058f4a",
"version": "0.9.0",
"port-version": 0
},
{
"git-tree": "03bfd77c34d0e6da9a00175d46e419a308155b06",
"version": "0.8.0",