File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.9)
22
3- project (fast_float VERSION 6.1.6 LANGUAGES CXX)
3+ project (fast_float VERSION 7.0.0 LANGUAGES CXX)
44set (FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat" )
55set (CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD} )
66option (FASTFLOAT_TEST "Enable tests" OFF )
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ if desired as described in the command line help.
484484
485485You may directly download automatically generated single-header files:
486486
487- < https://github.com/fastfloat/fast_float/releases/download/v6.1.6 /fast_float.h >
487+ < https://github.com/fastfloat/fast_float/releases/download/v7.0.0 /fast_float.h >
488488
489489## Packages
490490
You can’t perform that action at this time.
0 commit comments