Skip to content

Commit 7608720

Browse files
authored
bump C-API to v0.52.0 (#10)
1 parent 5dc9b91 commit 7608720

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
conan profile detect
9393
conan profile list
9494
95-
conan graph explain --requires=c-api/0.48.0 --update -o c-api/*:shared=True -s compiler.cppstd=20
96-
conan install --requires=c-api/0.48.0 --update -o c-api/*:shared=True -s compiler.cppstd=20 --build=missing
95+
conan graph explain --requires=c-api/0.52.0 --update -o c-api/*:shared=True -s compiler.cppstd=23
96+
conan install --requires=c-api/0.52.0 --update -o c-api/*:shared=True -s compiler.cppstd=23 --build=missing
9797
shell: bash
9898

9999
- name: Compile

kth-bch/build/Common.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<VersionString>$([System.String]::Copy('0.48.0').Replace('.','_'))</VersionString>
4+
<VersionString>$([System.String]::Copy('0.52.0').Replace('.','_'))</VersionString>
55
</PropertyGroup>
66

77
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
@@ -64,7 +64,7 @@
6464
<Message Text="LibDestinationName2: $(LibDestinationName2)" Importance="high"/>
6565
<Message Text="LibDestinationPath: $(LibDestinationPath)" Importance="high"/>
6666
<Message Text="LibDestinationPath2: $(LibDestinationPath2)" Importance="high"/>
67-
<Message Text="Knuth Version: 0.48.0" Importance="high"/>
67+
<Message Text="Knuth Version: 0.52.0" Importance="high"/>
6868
<Message Text="Knuth Currency: BCH" Importance="high"/>
6969
<Message Text="Knuth March ID: ZLm9Pjh" Importance="high"/>
7070
<Message Text="DirectDeployDirExists: $(DirectDeployDirExists)" Importance="high"/>
@@ -75,7 +75,7 @@
7575
Condition="'$(HaveToExecConan)'=='True'" />
7676

7777
<WriteLinesToFile
78-
File="conanfile.txt" Lines="[requires];c-api/0.48.0;[options];c-api/*:shared=True;c-api/*:currency=BCH;c-api/*:march_id=ZLm9Pjh;[imports];bin, *.dll -> .;lib, *.so -> .;lib, *.dylib -> ."
78+
File="conanfile.txt" Lines="[requires];c-api/0.52.0;[options];c-api/*:shared=True;c-api/*:currency=BCH;c-api/*:march_id=ZLm9Pjh;[imports];bin, *.dll -> .;lib, *.so -> .;lib, *.dylib -> ."
7979
Overwrite="true" Condition="'$(HaveToExecConan)'=='True'"/>
8080

8181
<Exec Command="conan install . --deployer=direct_deploy --deployer-folder=. $(ConanSettings) --update --build=missing"

kth/conan/conan_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.48.0
1+
0.52.0

versions.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)