diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-28 20:59:11 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-28 21:08:29 +0300 |
commit | 1c97858dd693c8a6831d065ead236fe9ae8fd791 (patch) | |
tree | a0b3c4287993d0c8473a75b2b8d4f9e149ab0d7f /contrib/restricted | |
parent | 55c711d26048691eba675e53fb4a4ee7d7955b4a (diff) | |
download | ydb-1c97858dd693c8a6831d065ead236fe9ae8fd791.tar.gz |
Intermediate changes
commit_hash:10679e13fc6558743430c2ef4a4bf312553fc7e8
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/fast_float/README.md | 2 | ||||
-rw-r--r-- | contrib/restricted/fast_float/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/fast_float/README.md b/contrib/restricted/fast_float/README.md index 316f813e3a..dfbb68d1af 100644 --- a/contrib/restricted/fast_float/README.md +++ b/contrib/restricted/fast_float/README.md @@ -435,7 +435,7 @@ the command line help. You may directly download automatically generated single-header files: -https://github.com/fastfloat/fast_float/releases/download/v6.1.5/fast_float.h +https://github.com/fastfloat/fast_float/releases/download/v6.1.6/fast_float.h ## Packages diff --git a/contrib/restricted/fast_float/ya.make b/contrib/restricted/fast_float/ya.make index 92f9329ca0..3b3c6fa697 100644 --- a/contrib/restricted/fast_float/ya.make +++ b/contrib/restricted/fast_float/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(6.1.5) +VERSION(6.1.6) -ORIGINAL_SOURCE(https://github.com/fastfloat/fast_float/archive/v6.1.5.tar.gz) +ORIGINAL_SOURCE(https://github.com/fastfloat/fast_float/archive/v6.1.6.tar.gz) NO_COMPILER_WARNINGS() |