[asio] update to 1.20.0 (#20791)

* [asio] update to 1.20.0

* Update CI baseline
This commit is contained in:
Ryan Mast 2021-10-18 14:32:53 -07:00 committed by GitHub
parent 088cdfa3e3
commit 4f50d77c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
REF asio-1-19-2
SHA512 a6d1c5534fef0fe5ac549e1bd20919d180fbfe4c146be40ec6ebfa862534b8551778b0e79a5ba822ed645535e010646909f02f9e1d1f385ed758f07f57351ea8
REF asio-1-20-0
SHA512 dc2def1f2b93866100b5d645f77c4a231fe3feae457010abf4e659df76b08b46870d608cf792a2f82e1b28c69c320055862647fb29aa0677a58d6141d58e76b2
HEAD_REF master
)

View File

@ -1,9 +1,9 @@
{
"name": "asio",
"version": "1.19.2",
"version": "1.20.0",
"description": "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.",
"homepage": "https://github.com/chriskohlhoff/asio",
"documentation": "https://think-async.com/Asio/asio-1.18.0/doc/",
"documentation": "https://think-async.com/Asio/asio-1.20.0/doc/",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b16ad8ba502540b3b34a29552f6937951e08e5e6",
"version": "1.20.0",
"port-version": 0
},
{
"git-tree": "c6bba20de9d8e7d6278ab8d7b333bb14bd35f21f",
"version": "1.19.2",

View File

@ -173,7 +173,7 @@
"port-version": 0
},
"asio": {
"baseline": "1.19.2",
"baseline": "1.20.0",
"port-version": 0
},
"asio-grpc": {