mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[fmt] Update to 10.1.0 (#33128)
* Update fmt to 10.1.0 * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
57fee154cc
commit
05a57650f3
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fmtlib/fmt
|
||||
REF "${VERSION}"
|
||||
SHA512 6188508d74ca1ed75bf6441b152c07ca83971d3104b37f33784a7b55dfcc614d6243e77e0a14220018586fdb86207cc033eece834e7acd5e0907ed4c97403f3b
|
||||
SHA512 69a7b8584f828528e3bb4b87153449e96df29bd740adcd42a2e3d50ae4a270c80a5eb2c3057337048be5b978094d8bb73bec3378e3b6370748de2b063dd0aa4b
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-write-batch.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fmt",
|
||||
"version": "10.0.0",
|
||||
"version": "10.1.0",
|
||||
"description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
|
||||
"homepage": "https://github.com/fmtlib/fmt",
|
||||
"license": "MIT",
|
||||
|
@ -2617,7 +2617,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"fmt": {
|
||||
"baseline": "10.0.0",
|
||||
"baseline": "10.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"folly": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d8209382ca192426861c6aa91d217ea8512bda46",
|
||||
"version": "10.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "eedb31bb1318118ec6a2d1bec60ab12e484092fd",
|
||||
"version": "10.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user