Skip to content

Commit

Permalink
deps.windows: Update Asio to 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Aug 31, 2024
1 parent c55b7ff commit b81fb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.windows/60-asio.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'asio',
[string] $Version = '1.30.2',
[string] $Version = '1.31.0',
[string] $Uri = 'https://github.com/chriskohlhoff/asio.git',
[string] $Hash = "12e0ce9e0500bf0f247dbd1ae894272656456079",
[string] $Hash = "1f534288b4be0be2dd664aab43882a0aa3106a1d",
[array] $Targets = @('x64')
)

Expand Down

0 comments on commit b81fb68

Please sign in to comment.