From f476bc713fda06fbd34dc621b466745a574b3d4c Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sun, 17 Mar 2024 09:41:36 -0400 Subject: [PATCH] patch --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 815e1c17..8d6917d1 100644 --- a/CMakeLists.txt +++ b/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) diff --git a/README.md b/README.md index a7f72bed..d9208dad 100644 --- a/README.md +++ b/README.md @@ -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.