diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-19 22:55:19 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-19 23:13:18 +0300 |
commit | 1eaba9d271d7f990fd5a17e492b5c41e6b144c48 (patch) | |
tree | d45c2e40e302af8c57c22c9350b58706a2cc01d1 /contrib/restricted/boost | |
parent | e1507e0cbe5401ad1f7671de7f05cf43e617162e (diff) | |
download | ydb-1eaba9d271d7f990fd5a17e492b5c41e6b144c48.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r-- | contrib/restricted/boost/interprocess/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/interprocess/ya.make b/contrib/restricted/boost/interprocess/ya.make index 60b2727bfa..f80c8214e5 100644 --- a/contrib/restricted/boost/interprocess/ya.make +++ b/contrib/restricted/boost/interprocess/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/interprocess/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/interprocess/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |