We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9722ce commit df358cdCopy full SHA for df358cd
windows/ms_const.ps1
@@ -9,7 +9,7 @@ New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
9
10
# libcbor coordinates.
11
New-Variable -Name 'LIBCBOR' -Value 'libcbor' -Option Constant
12
-New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.8.0-cg' -Option Constant
+New-Variable -Name 'LIBCBOR_BRANCH' -Value 'master' -Option Constant
13
New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/PowerShell/libcbor' `
14
-Option Constant
15
0 commit comments