diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-15 13:10:12 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-15 15:26:37 +0300 |
commit | 83bd95e896e785d5379bed229b3fb981ee2d1bdd (patch) | |
tree | a50404752dd56fd83c6171d77ba35ef71bc71048 /contrib/restricted/boost/array | |
parent | eea430045a4ff81c4e59b342127de25e24439990 (diff) | |
download | ydb-83bd95e896e785d5379bed229b3fb981ee2d1bdd.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/array')
-rw-r--r-- | contrib/restricted/boost/array/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/array/ya.make b/contrib/restricted/boost/array/ya.make index 492051cfabd..2d66a090d54 100644 --- a/contrib/restricted/boost/array/ya.make +++ b/contrib/restricted/boost/array/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/array/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |