We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59e8f5 commit f3ff46fCopy full SHA for f3ff46f
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
-project(fast_float VERSION 5.3.0 LANGUAGES CXX)
+project(fast_float VERSION 6.0.0 LANGUAGES CXX)
4
option(FASTFLOAT_TEST "Enable tests" OFF)
5
if(FASTFLOAT_TEST)
6
enable_testing()
README.md
@@ -371,7 +371,7 @@ the command line help.
371
372
You may directly download automatically generated single-header files:
373
374
-https://github.com/fastfloat/fast_float/releases/download/v5.3.0/fast_float.h
+https://github.com/fastfloat/fast_float/releases/download/v6.0.0/fast_float.h
375
376
## Credit
377
0 commit comments