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 1
1
cmake_minimum_required (VERSION 3.9 )
2
2
3
- project (fast_float VERSION 6.1.6 LANGUAGES CXX )
3
+ project (fast_float VERSION 7.0.0 LANGUAGES CXX )
4
4
set (FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat" )
5
5
set (CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD} )
6
6
option (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.
484
484
485
485
You may directly download automatically generated single-header files:
486
486
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 >
488
488
489
489
## Packages
490
490
You can’t perform that action at this time.
0 commit comments