diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-04-08 04:28:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:28:15 -0700 |
| commit | 5f77fef68d9f2f5ddc921432914dcbf92b31e989 (patch) | |
| tree | 3ea6253ff204372c4eb47f99636654e670236e4b /versions | |
| parent | b3aaa1c3b73665fd51897233e7a96e14586f02ea (diff) | |
| download | vcpkg-5f77fef68d9f2f5ddc921432914dcbf92b31e989.tar.gz vcpkg-5f77fef68d9f2f5ddc921432914dcbf92b31e989.zip | |
[fmt] Fix build error when building arm64-uwp (#16766)
* [fmt] Fix build error when building arm64-uwp
* update version record
* bump version
* update version record
* remove DISABLE_PARALLEL_CONFIGURE
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fmt.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 341efc200..d792dd4a4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2014,7 +2014,7 @@ }, "fmt": { "baseline": "7.1.3", - "port-version": 2 + "port-version": 3 }, "folly": { "baseline": "2020.10.19.00", diff --git a/versions/f-/fmt.json b/versions/f-/fmt.json index 86345acc5..3576acbde 100644 --- a/versions/f-/fmt.json +++ b/versions/f-/fmt.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "943d63e7b912d94aab5db2c127ddc9a7ccf05c52", + "version": "7.1.3", + "port-version": 3 + }, + { "git-tree": "71167ed3f3204ccfa0c7571ea5a89df1b113ed74", "version": "7.1.3", "port-version": 2 |
