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.5 LANGUAGES CXX)
3+ project (fast_float VERSION 6.1.6 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 @@ -435,7 +435,7 @@ the command line help.
435435
436436You may directly download automatically generated single-header files:
437437
438- https://github.com/fastfloat/fast_float/releases/download/v6.1.5 /fast_float.h
438+ https://github.com/fastfloat/fast_float/releases/download/v6.1.6 /fast_float.h
439439
440440## Packages
441441
You can’t perform that action at this time.
0 commit comments