diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 13:34:09 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 13:45:29 +0300 |
commit | 68f292c9fcd6d816625a7c190f48e62e96026614 (patch) | |
tree | c46a7d2d86ddc164f42e84eafa77a9bf2de6efb3 /contrib/restricted | |
parent | e2e52cb94e08f5675363513babfff7b040d95781 (diff) | |
download | ydb-68f292c9fcd6d816625a7c190f48e62e96026614.tar.gz |
Update contrib/restricted/boost/endian to 1.85.0
a17658872904373716627897dd61354cee0dcf0b
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/endian/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/endian/ya.make b/contrib/restricted/boost/endian/ya.make index a641f9cf28..0487982f30 100644 --- a/contrib/restricted/boost/endian/ya.make +++ b/contrib/restricted/boost/endian/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/endian/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/endian/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config |