From 8861b45fd776eec70b9a118432c95ce0262ee542 Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Sun, 8 Dec 2024 13:21:35 +0100 Subject: [PATCH] bump C-API to v0.52.0 --- .github/workflows/dotnet.yml | 4 ++-- kth-bch/build/Common.targets | 6 +++--- kth/conan/conan_version | 2 +- versions.txt | 1 - 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 versions.txt diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 64f70ee..9584e79 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -92,8 +92,8 @@ jobs: conan profile detect conan profile list - conan graph explain --requires=c-api/0.48.0 --update -o c-api/*:shared=True -s compiler.cppstd=20 - conan install --requires=c-api/0.48.0 --update -o c-api/*:shared=True -s compiler.cppstd=20 --build=missing + conan graph explain --requires=c-api/0.52.0 --update -o c-api/*:shared=True -s compiler.cppstd=23 + conan install --requires=c-api/0.52.0 --update -o c-api/*:shared=True -s compiler.cppstd=23 --build=missing shell: bash - name: Compile diff --git a/kth-bch/build/Common.targets b/kth-bch/build/Common.targets index 673d9a8..e852069 100644 --- a/kth-bch/build/Common.targets +++ b/kth-bch/build/Common.targets @@ -1,7 +1,7 @@ - $([System.String]::Copy('0.48.0').Replace('.','_')) + $([System.String]::Copy('0.52.0').Replace('.','_')) @@ -64,7 +64,7 @@ - + @@ -75,7 +75,7 @@ Condition="'$(HaveToExecConan)'=='True'" />