Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 17, 2024
1 parent 3b54a78 commit f476bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)

project(fast_float VERSION 6.1.0 LANGUAGES CXX)
project(fast_float VERSION 6.1.1 LANGUAGES CXX)
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")
set(CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD})
option(FASTFLOAT_TEST "Enable tests" OFF)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -381,9 +381,9 @@ the command line help.

You may directly download automatically generated single-header files:

https://github.com/fastfloat/fast_float/releases/download/v6.1.0/fast_float.h
https://github.com/fastfloat/fast_float/releases/download/v6.1.1/fast_float.h

## RFC 7159
## RFC 7159

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.

Expand Down

0 comments on commit f476bc7

Please sign in to comment.