diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 15:30:31 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 15:38:45 +0300 |
commit | 02852429e3b9371ca8d5770fe99114da956d5f83 (patch) | |
tree | dc6cf7e090365af17c10a1adaecf2700bdc1715f /contrib/restricted | |
parent | fcb4df001346848090dc4a8c3c239d46f2d59aa1 (diff) | |
download | ydb-02852429e3b9371ca8d5770fe99114da956d5f83.tar.gz |
Update contrib/restricted/boost/thread to 1.85.0
4c8e7963135e7effd7784baaef98aa62c6ca3d11
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/thread/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/thread/ya.make b/contrib/restricted/boost/thread/ya.make index 3e55c727da..3dc4cd1c33 100644 --- a/contrib/restricted/boost/thread/ya.make +++ b/contrib/restricted/boost/thread/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/thread/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/thread/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |