Skip to content

Commit

Permalink
fix meson version
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 13, 2024
1 parent 97c96cd commit e2483eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
project(
'nanoarrow',
'c', 'cpp',
version: '0.7.0-SNAPSHOT'),
version: '0.7.0-SNAPSHOT',
license: 'Apache 2.0',
meson_version: '0.7.0-SNAPSHOT'),
meson_version: '>=1.3.0',
default_options: [
'buildtype=release',
'c_std=c99',
Expand Down

0 comments on commit e2483eb

Please sign in to comment.