We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfad24 commit c8b8321Copy full SHA for c8b8321
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
-project(fast_float VERSION 5.1.0 LANGUAGES CXX)
+project(fast_float VERSION 5.3.0 LANGUAGES CXX)
4
option(FASTFLOAT_TEST "Enable tests" OFF)
5
if(FASTFLOAT_TEST)
6
enable_testing()
README.md
@@ -331,7 +331,7 @@ the command line help.
331
332
You may directly download automatically generated single-header files:
333
334
-https://github.com/fastfloat/fast_float/releases/download/v5.2.0/fast_float.h
+https://github.com/fastfloat/fast_float/releases/download/v5.3.0/fast_float.h
335
336
## Credit
337
0 commit comments