Skip to content

Commit f476bc7

Browse files
committed
patch
1 parent 3b54a78 commit f476bc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project(fast_float VERSION 6.1.0 LANGUAGES CXX)
3+
project(fast_float VERSION 6.1.1 LANGUAGES CXX)
44
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")
55
set(CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD})
66
option(FASTFLOAT_TEST "Enable tests" OFF)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ the command line help.
381381

382382
You may directly download automatically generated single-header files:
383383

384-
https://github.com/fastfloat/fast_float/releases/download/v6.1.0/fast_float.h
384+
https://github.com/fastfloat/fast_float/releases/download/v6.1.1/fast_float.h
385385

386-
## RFC 7159
386+
## RFC 7159
387387

388388
If you need support for RFC 7159 (JSON standard), you may want to consider using the [fast_double_parser](https://github.com/lemire/fast_double_parser/) library instead.
389389

0 commit comments

Comments
 (0)