Skip to content

Commit

Permalink
deps.windows: Update WIL to v1.0.240803.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Aug 31, 2024
1 parent 8bf418d commit 9a93525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.windows/80-wil.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'wil',
[string] $Version = 'v1.0.240122.1',
[string] $Version = 'v1.0.240803.1',
[string] $Uri = 'https://github.com/microsoft/wil.git',
[string] $Hash = '5c6a7ba43e79edd71dcd1ce4c2d21b0610183c86',
[string] $Hash = 'f0c6a81c0c9a4b23b6801f40554b8bec425a83b4',
[array] $Targets = @('x64'),
[switch] $ForceStatic = $true
)
Expand Down

0 comments on commit 9a93525

Please sign in to comment.