diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-15 16:16:30 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-15 18:22:03 +0300 |
commit | 1f6da4a3b4753a399653059dd19f32e444fd46b4 (patch) | |
tree | e08615512d6ea54d376dd62a08fa9f88092d4c0f | |
parent | 02704932df2985894a183187368ecb8396a96812 (diff) | |
download | ydb-1f6da4a3b4753a399653059dd19f32e444fd46b4.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/restricted/boost/convert/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/move/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/type_traits/ya.make | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/restricted/boost/convert/ya.make b/contrib/restricted/boost/convert/ya.make index 1f60273089..37d6631c31 100644 --- a/contrib/restricted/boost/convert/ya.make +++ b/contrib/restricted/boost/convert/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/convert/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/convert/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/move/ya.make b/contrib/restricted/boost/move/ya.make index e0f895a9ad..1612adde42 100644 --- a/contrib/restricted/boost/move/ya.make +++ b/contrib/restricted/boost/move/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/move/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/move/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/type_traits/ya.make b/contrib/restricted/boost/type_traits/ya.make index 1fdeeff69e..9b65cdee8f 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.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/type_traits/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/type_traits/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/config |