diff --git a/ports/fast-float/portfile.cmake b/ports/fast-float/portfile.cmake index 5590e82e35..214153650e 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 37280efebea7aa33cc25c8d8375b6c9456a8025d29d618abb5aac580c025097a6110ec3a913d1504fd9af1df43e434bc5411e07e38dd66c12491f3edc7374fff + SHA512 43c21f8dbcb4524fb678b5d928d6edeefc84b6e356221696ffe0f3e8d49e97aa2c0325ca116541ec9ae2cec7d268d6720a49999e8daad52a5d7bf34377c970da HEAD_REF master ) diff --git a/ports/fast-float/vcpkg.json b/ports/fast-float/vcpkg.json index fb87504243..c7124461d7 100644 --- a/ports/fast-float/vcpkg.json +++ b/ports/fast-float/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fast-float", - "version": "6.0.0", + "version": "6.1.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 58a77b4966..da37e2b2bf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2581,7 +2581,7 @@ "port-version": 2 }, "fast-float": { - "baseline": "6.0.0", + "baseline": "6.1.0", "port-version": 0 }, "fastcdr": { diff --git a/versions/f-/fast-float.json b/versions/f-/fast-float.json index f5ebcfa449..3b1aadbbc8 100644 --- a/versions/f-/fast-float.json +++ b/versions/f-/fast-float.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2e8d7fb4197ee346ad2f53b3028759a60d13af46", + "version": "6.1.0", + "port-version": 0 + }, { "git-tree": "4f36d745c12126b63e7f6b1dc5f41f6c644e1367", "version": "6.0.0",