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.2 LANGUAGES CXX )
3
+ project (fast_float VERSION 6.1.3 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 @@ -379,7 +379,7 @@ the command line help.
379
379
380
380
You may directly download automatically generated single-header files:
381
381
382
- https://github.com/fastfloat/fast_float/releases/download/v6.1.2 /fast_float.h
382
+ https://github.com/fastfloat/fast_float/releases/download/v6.1.3 /fast_float.h
383
383
384
384
## RFC 7159
385
385
You can’t perform that action at this time.
0 commit comments