mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:08:59 +08:00
[fast-float] Bump to 6.1.4 (#40461)
This commit is contained in:
parent
653e011fcb
commit
fda9e29165
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fastfloat/fast_float
|
||||
REF "v${VERSION}"
|
||||
SHA512 934c98ecfc897abd4b36b2b03578d001046659c1499edc6a5bf7432b4e2b7a2425718c82793766c0e60b576e213c47419cf40de2eacfc83aedff2b209d91d742
|
||||
SHA512 b43ccdf1fc69d9bb07850f4ea40442e312107e7047d80cb57666ac4a4df4152c438ba6ffb8879824c691a6ce2e1d20c95a47724c5af8d10e5d787455e0a97efe
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fast-float",
|
||||
"version": "6.1.1",
|
||||
"version": "6.1.4",
|
||||
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
|
||||
"homepage": "https://github.com/fastfloat/fast_float",
|
||||
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
|
||||
|
@ -2641,7 +2641,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fast-float": {
|
||||
"baseline": "6.1.1",
|
||||
"baseline": "6.1.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "686e450f5a7baebc5b17a03646410281bd6fe1af",
|
||||
"version": "6.1.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9d389e2d9f9d9e4649f6f6d687c1b3df8cf84f70",
|
||||
"version": "6.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user