Skip to content

Commit ec925f3

Browse files
committed
bump min meson version
since "check" needs 0.54.1
1 parent c9d122e commit ec925f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ project(
77
'warning_level=2',
88
],
99
license : 'MIT',
10-
meson_version : '>=0.50',
10+
# "check" needs 0.54.1
11+
meson_version : '>=0.54.1',
1112
version : '1.0.0'
1213
)
1314
if not meson.is_subproject()

0 commit comments

Comments
 (0)