diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-18 12:45:44 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-18 13:05:43 +0300 |
commit | 9fa2d3ff8a63d1a1274843de162afed2b3873942 (patch) | |
tree | fa9bdb6f93f87534db0ac4c1dead2e8cdabf8952 /contrib/restricted/boost/format/ya.make | |
parent | b6dc953acfc0560b32fc6c96f473f2b1893017d9 (diff) | |
download | ydb-9fa2d3ff8a63d1a1274843de162afed2b3873942.tar.gz |
Update contrib/restricted/boost/format to 1.86.0
bb85c5c882db3e01cf2332f0ab0d892c62121c02
Diffstat (limited to 'contrib/restricted/boost/format/ya.make')
-rw-r--r-- | contrib/restricted/boost/format/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/format/ya.make b/contrib/restricted/boost/format/ya.make index bf08b9bf7d..b30ae9ca38 100644 --- a/contrib/restricted/boost/format/ya.make +++ b/contrib/restricted/boost/format/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/format/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/format/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |