Skip to content

Commit a125412

Browse files
committed
Update libzz dependency in the meson.build
Closes #329
1 parent 0ea8feb commit a125412

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
@@ -3,7 +3,7 @@ project('gmp', 'c',
33
check: true).stdout().strip(),
44
default_options: ['c_std=c17'])
55
py = import('python').find_installation(pure: false)
6-
libzz = dependency('zz', version: '>= 0.7.0')
6+
libzz = dependency('zz', version: '>= 0.9.0a4')
77
py.extension_module('gmp', ['fmt.c', 'gmp.c', 'utils.c'],
88
install: true, dependencies: libzz)
99
install_dir = py.get_install_dir()

0 commit comments

Comments
 (0)