diff --git a/ports/fast-float/portfile.cmake b/ports/fast-float/portfile.cmake index ba15cd2607..5590e82e35 100644 --- a/ports/fast-float/portfile.cmake +++ b/ports/fast-float/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO fastfloat/fast_float REF "v${VERSION}" - SHA512 c703c7cba3c69775317c66a62ce145646fd7d3d063124501e3d6a7deebb8c62c14a2ccdffed18de2d73d9d3a8ba2061ef1d34cc780ee0b6d607935d5f1b1de81 + SHA512 37280efebea7aa33cc25c8d8375b6c9456a8025d29d618abb5aac580c025097a6110ec3a913d1504fd9af1df43e434bc5411e07e38dd66c12491f3edc7374fff HEAD_REF master ) diff --git a/ports/fast-float/vcpkg.json b/ports/fast-float/vcpkg.json index d4654dc7c9..fb87504243 100644 --- a/ports/fast-float/vcpkg.json +++ b/ports/fast-float/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fast-float", - "version": "5.2.0", + "version": "6.0.0", "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", diff --git a/versions/baseline.json b/versions/baseline.json index 1460965b3d..0eb10ca913 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2545,7 +2545,7 @@ "port-version": 2 }, "fast-float": { - "baseline": "5.2.0", + "baseline": "6.0.0", "port-version": 0 }, "fastcdr": { diff --git a/versions/f-/fast-float.json b/versions/f-/fast-float.json index e768766cb1..f5ebcfa449 100644 --- a/versions/f-/fast-float.json +++ b/versions/f-/fast-float.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4f36d745c12126b63e7f6b1dc5f41f6c644e1367", + "version": "6.0.0", + "port-version": 0 + }, { "git-tree": "b78d9590504b99e64f96cdddac42bf67fed57feb", "version": "5.2.0",