diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-17 20:44:17 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-17 22:14:11 +0300 |
commit | 6948608abbba69ce7aecf3921b1523d9dca9d61f (patch) | |
tree | 4b2f479dde4847b06df865f688a126de7d110183 /contrib | |
parent | 36fac662d1149380792edbf6432b7be949ab1e23 (diff) | |
download | ydb-6948608abbba69ce7aecf3921b1523d9dca9d61f.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/type_traits/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/type_traits/ya.make b/contrib/restricted/boost/type_traits/ya.make index b722f39867e..1fdeeff69ed 100644 --- a/contrib/restricted/boost/type_traits/ya.make +++ b/contrib/restricted/boost/type_traits/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/type_traits/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/type_traits/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/config |