diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-05-26 12:26:34 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-05-26 12:26:34 +0300 |
commit | bf5545d71453c53a48ca404a6ef3df9951a88d60 (patch) | |
tree | fa183e7e98d4b2c3c82f7746ed99128af3515f2d /meson.build | |
parent | 83662127288b20585bf6575386ad6dc7eed50f3e (diff) | |
download | Furtherance-bf5545d71453c53a48ca404a6ef3df9951a88d60.tar.zst |
Update to v1.3.0
Diffstat (limited to 'meson.build')
-rwxr-xr-x | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f2fde39..04b8bed 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.2.0', + version: '1.3.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |