Skip to content

Commit

Permalink
[fast-float] Update to 4.0.0 (#30962)
Browse files Browse the repository at this point in the history
Co-authored-by: Chenxi Li <chenxil@yanhuangdata.com>
  • Loading branch information
Crystrix and Chenxi Li authored Apr 19, 2023
1 parent cca2c9d commit 1fc833f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/fast-float/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fastfloat/fast_float
REF "v${VERSION}"
SHA512 b2037a24ab6c9a9162f93e7a636def33270f48906e879dd7bb3064787c606d763aaa381eb310975a510d3a801f6a16a2050940f8592f94f336bc8f48f412d6c2
REF "v${VERSION}"
SHA512 e3a1941364413f008d4bff190df45f95d7100263e57e714a907dba85b705fd19dcd34ac6db3fc332e5232fd4b67442542f2344a81d296ef04282e3d615dfe0fb
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/fast-float/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-float",
"version": "3.11.0",
"version": "4.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 MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@
"port-version": 2
},
"fast-float": {
"baseline": "3.11.0",
"baseline": "4.0.0",
"port-version": 0
},
"fastcdr": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fast-float.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4b3850e475298431083406c88bd1ced0a0c6e740",
"version": "4.0.0",
"port-version": 0
},
{
"git-tree": "90a05053bff1f356dc27f0227210840d8a26ef27",
"version": "3.11.0",
Expand Down

0 comments on commit 1fc833f

Please sign in to comment.