Skip to content

Commit 1dd2e76

Browse files
authored
Merge pull request #511 from igaw/build-min-verison-fix
build: Update min version of meson to 0.48
2 parents f467e26 + 4451b8c commit 1dd2e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
project(
99
'libnvme', ['c'],
10-
meson_version: '>= 0.47.0',
10+
meson_version: '>= 0.48.0',
1111
version: '1.1',
1212
license: 'LGPL-2.1-or-later',
1313
default_options: [

0 commit comments

Comments
 (0)