Skip to content

Commit df358cd

Browse files
author
Andrew
committed
Updated to using libcbor v0.10.1
1 parent a9722ce commit df358cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/ms_const.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
99

1010
# libcbor coordinates.
1111
New-Variable -Name 'LIBCBOR' -Value 'libcbor' -Option Constant
12-
New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.8.0-cg' -Option Constant
12+
New-Variable -Name 'LIBCBOR_BRANCH' -Value 'master' -Option Constant
1313
New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/PowerShell/libcbor' `
1414
-Option Constant
1515

0 commit comments

Comments
 (0)