Skip to content

Commit 6e70d1d

Browse files
committed
fix: update conan, meson, task
1 parent e77a1e1 commit 6e70d1d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.

dist/setup_cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/setup_cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/default_versions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const DefaultVersions: Record<string, string> = {
1111
ninja: "1.11.0", // https://github.com/ninja-build/ninja/releases
1212
cmake: "3.23.2", // https://github.com/Kitware/CMake/releases
1313
gcovr: "5.1", // https://pypi.org/project/gcovr/
14-
conan: "1.48.2", // https://github.com/conan-io/conan/releases
15-
meson: "0.62.2", // https://github.com/mesonbuild/meson/releases
14+
conan: "1.50.0", // https://github.com/conan-io/conan/releases
15+
meson: "0.63.0", // https://github.com/mesonbuild/meson/releases
1616
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
17-
task: "3.12.1", // https://github.com/go-task/task/releases
17+
task: "3.14.0", // https://github.com/go-task/task/releases
1818
doxygen: isArch() ? "1.9.3-1" : "1.9.4", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
1919
gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
2020
}
@@ -46,7 +46,7 @@ const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
4646
18: "5.0",
4747
},
4848
meson: {
49-
20: "0.62.1",
49+
20: "0.63.0",
5050
18: "0.61.4",
5151
},
5252
doxygen: {

0 commit comments

Comments
 (0)