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.4 LANGUAGES CXX)
3
+ project (fast_float VERSION 6.1.5 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 @@ -435,7 +435,7 @@ the command line help.
435
435
436
436
You may directly download automatically generated single-header files:
437
437
438
- https://github.com/fastfloat/fast_float/releases/download/v6.1.4 /fast_float.h
438
+ https://github.com/fastfloat/fast_float/releases/download/v6.1.5 /fast_float.h
439
439
440
440
## Packages
441
441
You can’t perform that action at this time.
0 commit comments