[str-view] v0.5.4 adds fanalyzer and sanitizer fixes (#42035)

This commit is contained in:
Alex G. Lopez 2024-11-11 00:26:38 -08:00 committed by GitHub
parent 433253d909
commit c892a5d7ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View file

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO agl-alexglopez/str_view
REF "v${VERSION}"
SHA512 97db5e5729fe3cfff9aa9ed6db5f8494847bd11a964d9c0b946cc57c3cdad400b12ad0a6e00133e952164349616ef0f017d537cbc568cd8ee975add68c3f1ee6
SHA512 a92c4f5fcfb199e09461cc3e872787dfb79ef1aff237b4a863e016185f42d5902976235c65c29fa632e199ed9a77e2d56a5187c6242e382182e9b0c13ba85bb7
HEAD_REF main
)

View file

@ -1,6 +1,6 @@
{
"name": "str-view",
"version": "0.5.0",
"version": "0.5.4",
"description": "A simple, robust, and convenient library for read-only string handling in C.",
"homepage": "https://github.com/agl-alexglopez/str_view",
"license": "MIT",

View file

@ -8709,7 +8709,7 @@
"port-version": 0
},
"str-view": {
"baseline": "0.5.0",
"baseline": "0.5.4",
"port-version": 0
},
"strict-variant": {

View file

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "613902af91423ad63fa43328f7bc181462be0475",
"version": "0.5.4",
"port-version": 0
},
{
"git-tree": "a04f1e31117c61efee35b7e445d74af7fee918ab",
"version": "0.5.0",