diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-16 12:17:48 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-16 12:17:48 +0200 |
commit | b68989b7df04150244ff02a369fbf185bf3db80a (patch) | |
tree | 01e6cc9a88df4d039e86839b26420bfbed23502c /meson.build | |
parent | 8ea48750efa6b699a10d0f280b429db01525e80b (diff) | |
download | Furtherance-b68989b7df04150244ff02a369fbf185bf3db80a.tar.zst |
Update to v1.8.1
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 aa8b327..13a3648 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.8.0', + version: '1.8.1', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |