diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-17 07:24:21 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-17 07:41:58 +0300 |
commit | f441f2b31a6b0ffc68514b7423f0611f84ae51cd (patch) | |
tree | 7114947d6e8144fc1e0f1531ef31fbfa36bf5cf4 | |
parent | 78fef26a7b6240b545800b449a3a88a5c2ab8477 (diff) | |
download | ydb-f441f2b31a6b0ffc68514b7423f0611f84ae51cd.tar.gz |
Intermediate changes
commit_hash:01488b5178aa09ab46ba08c1388ebff6077f213e
-rw-r--r-- | contrib/restricted/boost/core/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/core/ya.make b/contrib/restricted/boost/core/ya.make index 7097490e610..14f29f742fc 100644 --- a/contrib/restricted/boost/core/ya.make +++ b/contrib/restricted/boost/core/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/core/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/core/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |