diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-16 20:16:17 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-16 21:33:18 +0300 |
commit | 4d2821daef75c2bab4a896894d42f0b3d9520d57 (patch) | |
tree | c67380d98e3e8e0ad063f5b8266dec9660cf1e47 /contrib/restricted | |
parent | 7dd095d6711a4388e28531490a9de944e40fb814 (diff) | |
download | ydb-4d2821daef75c2bab4a896894d42f0b3d9520d57.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/pool/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/pool/ya.make b/contrib/restricted/boost/pool/ya.make index bdba88992c..2d332044df 100644 --- a/contrib/restricted/boost/pool/ya.make +++ b/contrib/restricted/boost/pool/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |