diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-15 17:19:33 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-15 17:29:48 +0300 |
commit | 450ee391b1c21386e34cf8ce64fe559ca6b73e40 (patch) | |
tree | 0690bce0e35084c4793bcf199d722c5eb675eb0e /contrib/restricted/boost/chrono | |
parent | 1675f48e0ce19ee911fd1131b20198ad0e91fd97 (diff) | |
download | ydb-450ee391b1c21386e34cf8ce64fe559ca6b73e40.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/chrono')
-rw-r--r-- | contrib/restricted/boost/chrono/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/chrono/ya.make b/contrib/restricted/boost/chrono/ya.make index f3ac96992b..42c491b25c 100644 --- a/contrib/restricted/boost/chrono/ya.make +++ b/contrib/restricted/boost/chrono/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |