Skip to content

Commit

Permalink
build: fix meson file
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Jul 11, 2024
1 parent d32ddd2 commit ee39ab0
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
@@ -1,12 +1,12 @@
project(
'uvw',
'cpp',
version: '3.3.0',
version: '3.4.0',
license: 'MIT',
default_options: ['cpp_std=c++17'],
)

libuv_dep = dependency('libuv', version: '1.46.0')
libuv_dep = dependency('libuv', version: '1.48.0')

sources = [
'src/uvw/async.cpp',
Expand Down

0 comments on commit ee39ab0

Please sign in to comment.