diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-15 15:57:38 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-15 17:50:23 +0300 |
commit | 238a47c952ce98f0391472b59fb39d37636a0c91 (patch) | |
tree | ed5cd9064f1f1f10934df17f34f5dc472c61aecd /contrib/restricted/boost/algorithm | |
parent | 9a66e848f06cac29bb487bd482e48130c1648804 (diff) | |
download | ydb-238a47c952ce98f0391472b59fb39d37636a0c91.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/algorithm')
-rw-r--r-- | contrib/restricted/boost/algorithm/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/algorithm/ya.make b/contrib/restricted/boost/algorithm/ya.make index bcd342d422..f72f0559ff 100644 --- a/contrib/restricted/boost/algorithm/ya.make +++ b/contrib/restricted/boost/algorithm/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/array |