Skip to content

Commit

Permalink
[cpp-timsort] Bump to 3.0.1 (microsoft#42885)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent 6f15319 commit 84630f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/cpp-timsort/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO timsort/cpp-TimSort
REF "v${VERSION}"
SHA512 4110017fa25055724a896367f572f1119f0635c7be787f600d68714e4438dd73d0d023f3d021c3c15a3b09a47b13c43a927a2674e5ca601ef5a202b9bc56b849
SHA512 79a7640d9aef8c5347d4916efaf9dd70ceb4b72417b29a313a567a8d86786886dc44c79eff8f47092cd7c782c54ea82d2d33237360e3049aa2d4781441c31dbe
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cpp-timsort/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpp-timsort",
"version": "3.0.0",
"version": "3.0.1",
"description": "A C++ implementation of timsort",
"homepage": "https://github.com/timsort/cpp-TimSort",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@
"port-version": 2
},
"cpp-timsort": {
"baseline": "3.0.0",
"baseline": "3.0.1",
"port-version": 0
},
"cppad": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpp-timsort.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f355f33dd3292d81a70517e1fe1ba559844ba413",
"version": "3.0.1",
"port-version": 0
},
{
"git-tree": "f5a8b81f0e75aa7dfb3545271564bfd1ff8977c3",
"version": "3.0.0",
Expand Down

0 comments on commit 84630f0

Please sign in to comment.