diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-29 09:52:55 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-29 09:52:55 +0300 |
commit | e11fc6944baa240989066334ea6baff4e9fd82c5 (patch) | |
tree | f0fa85c16c5bd5863ee3c767a87d0e1b76f59732 /meson.build | |
parent | e278d90762c6883c9bf6b463c7a9fd930856c9ca (diff) | |
download | Furtherance-e11fc6944baa240989066334ea6baff4e9fd82c5.tar.zst |
Update to v1.2.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 921d372..f2fde39 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.1.3', + version: '1.2.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |