diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-07-20 05:05:33 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-07-20 05:05:50 +0300 |
commit | 996f669796e83f08fd92506441e0340c0f393f61 (patch) | |
tree | b30966ece54f3fd4ba5ec16646505d79ef53e2dd /meson.build | |
parent | fc5fd83628a976d2ce95d69ce8d58530beeefd25 (diff) | |
download | Furtherance-996f669796e83f08fd92506441e0340c0f393f61.tar.zst |
Update to v1.5.3
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 8c7e7f1..fd87fd4 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.5.2', + version: '1.5.3', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |