diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 22:43:34 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 22:54:09 +0300 |
commit | 0c8c913340edbc0acbf3839b2efa0b062c6c70bf (patch) | |
tree | 43951b23a8f5b1396874beb9af65206bb1afa0c9 | |
parent | 4d03d1112e8538ecabfec71878a54c8abbaf6763 (diff) | |
download | ydb-0c8c913340edbc0acbf3839b2efa0b062c6c70bf.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/restricted/boost/variant2/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/variant2/ya.make b/contrib/restricted/boost/variant2/ya.make index 76920a5d60..c1a34411e5 100644 --- a/contrib/restricted/boost/variant2/ya.make +++ b/contrib/restricted/boost/variant2/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/variant2/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/variant2/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |