Skip to content

Commit c3d678e

Browse files
committed
fix meson
1 parent b575ca6 commit c3d678e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
project(
1919
'nanoarrow',
2020
'c', 'cpp',
21-
version: '0.6.0'),
21+
version: '0.6.0',
2222
license: 'Apache 2.0',
23-
meson_version: '0.6.0'),
23+
meson_version: '>=1.3.0',
2424
default_options: [
2525
'buildtype=release',
2626
'c_std=c99',

0 commit comments

Comments
 (0)