diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-16 20:51:32 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-16 21:43:48 +0300 |
commit | 2028f5514279746cb89b56837132208451fcf8e3 (patch) | |
tree | e21c5c35fdba7b7c68d2a73a9b758543bfc8ff1d | |
parent | eb3a68004d74be365903ff6560d21fcbdc9abd84 (diff) | |
download | ydb-2028f5514279746cb89b56837132208451fcf8e3.tar.gz |
Intermediate changes
commit_hash:10bb4d20b8a48ec29fe1a7e28f4ee4987c68a3a0
-rw-r--r-- | contrib/restricted/boost/icl/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/icl/ya.make b/contrib/restricted/boost/icl/ya.make index 84504b32ef5..b35a6498aaf 100644 --- a/contrib/restricted/boost/icl/ya.make +++ b/contrib/restricted/boost/icl/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/icl/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/icl/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |