Skip to content

Commit 0188a5a

Browse files
committed
fix: update gcovr, meson, conan, task
1 parent e5a638c commit 0188a5a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/default_versions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ const DefaultVersions: Record<string, string> = {
66
clangformat: "13.0.0",
77
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
88
cmake: "3.23.1", // https://github.com/Kitware/CMake/releases
9-
gcovr: "5.0", // https://pypi.org/project/gcovr/
10-
conan: "1.47.0", // https://github.com/conan-io/conan/releases
11-
meson: "0.61.4", // https://github.com/mesonbuild/meson/releases
9+
gcovr: "5.1", // https://pypi.org/project/gcovr/
10+
conan: "1.48.0", // https://github.com/conan-io/conan/releases
11+
meson: "0.62.1", // https://github.com/mesonbuild/meson/releases
1212
python: "3.8.10",
1313
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
14-
task: "3.12.0", // https://github.com/go-task/task/releases
14+
task: "3.12.1", // https://github.com/go-task/task/releases
1515
doxygen: process.platform === "darwin" ? "1.9.3" : "1.9.4", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen
1616
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11", // https://community.chocolatey.org/packages/mingw#versionhistory and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
1717
}

0 commit comments

Comments
 (0)