[tsl-ordered-map] update to 1.1.0 (#37858)

This commit is contained in:
Jia Yue Hua 2024-04-02 04:49:33 +08:00 committed by GitHub
parent 8dec1c7d17
commit c4fc1159d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tessil/ordered-map
REF 4051af7e344e0c0c6af5573b064342c0987d1028 # v1.0.0
SHA512 c4789df12db34bba1a1b2e07ada39afd6bfb637d34006675ee7f83253e49b5741d301cebb7c368c7a99311c51304f844a6229d00df3717e346e5fc1254e7721b
REF "v${VERSION}"
SHA512 1ae4f8876b13aaf5a9b08f8075299255a51e64fac8ca1c46813294e374b8c9334a7bd1b22618719fab2a8dced42be91e96d8b15595ce3dd8a6d726dadba52ce9
)
vcpkg_cmake_configure(

View File

@ -1,7 +1,6 @@
{
"name": "tsl-ordered-map",
"version": "1.0.0",
"port-version": 3,
"version": "1.1.0",
"description": "C++ hash map and hash set which preserve the order of insertion",
"dependencies": [
{

View File

@ -8809,8 +8809,8 @@
"port-version": 3
},
"tsl-ordered-map": {
"baseline": "1.0.0",
"port-version": 3
"baseline": "1.1.0",
"port-version": 0
},
"tsl-sparse-map": {
"baseline": "0.6.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42c785ae9a220a67e346002c609752fd4b6224bd",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "4adcef91a9fce2b4213e5402973b8afdb50baeb2",
"version": "1.0.0",