diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-09-14 14:22:13 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-09-14 14:22:13 +0200 |
commit | 362228a1afab527f356421156eb7e883bac22b41 (patch) | |
tree | 021ccb27a0b55579a74f7778e25aa932d0003800 /meson.build | |
parent | e9568564d65778bce7e6dec003541bae0a8d6aef (diff) | |
download | Furtherance-362228a1afab527f356421156eb7e883bac22b41.tar.zst |
Release v1.5.4
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 4957ebc..2999252 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.5.3', + version: '1.5.4', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |