Skip to content

Commit d1fcf40

Browse files
committed
Upgrade meson to v1.7.0
1 parent 4b59b36 commit d1fcf40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project('amast', 'c',
3434
'default_library=static',
3535
'b_sanitize=address,undefined'
3636
],
37-
meson_version: '>= 1.0.1')
37+
meson_version: '>= 1.4.0')
3838

3939
add_project_arguments('-DAMAST_VERSION="@0@"'.format(meson.project_version()), language : 'c')
4040

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ posix = { depends-on = ["setup_posix", "cspell", "doxygen", "iwyu_posix", "style
2020
all = { depends-on = ["posix"] }
2121

2222
[dependencies]
23-
meson = ">=1.6.1,<2"
23+
meson = ">=1.7.0,<2"
2424
ninja = ">=1.12.1,<2"
2525
gcc = ">=14.2.0,<14.3"
2626
cppcheck = ">=2.16.0,<3"

0 commit comments

Comments
 (0)