diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-03-22 12:28:11 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-03-22 12:28:11 +0100 |
commit | 38bc31cc55479d899cd285eefd28f4ad1174f587 (patch) | |
tree | db71e97413080ed42ff7bec4102b38a61ef9c89a /meson.build | |
parent | 7544fa3b2996ae26601c9c1f9adca0d92b1e4150 (diff) | |
download | Furtherance-38bc31cc55479d899cd285eefd28f4ad1174f587.tar.zst |
Update to v1.7.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 91d5098..dcceaa0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.6.0', + version: '1.7.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |