[span-lite] update to 0.9.0 (#14781)

This commit is contained in:
Ryan 2020-11-30 10:39:10 -08:00 committed by GitHub
parent 1e9243799e
commit 0878a82192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/span-lite
REF v0.8.1
SHA512 c0bee9cea29f477ec93f706a455cc900cbb6048e40417ade0878cea3e3591657bb17dcd5f82621da0365477c1a0e0947f8dccef95761323674235adfdaf25c9a
REF v0.9.0
SHA512 e7d8a5f2e85b4aa7dc148c5a17898729bafa6124affacf66280eaa74c6aad5a4c9a9231e664f95392aa4edb784eaf3e2e3e03d34914c90565b9026744d7f7276
)
vcpkg_configure_cmake(

View File

@ -1,6 +1,6 @@
{
"name": "span-lite",
"version-string": "0.8.1",
"version-string": "0.9.0",
"description": "A C++20-like span for C++98, C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/span-lite"
}