diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-10-02 14:36:27 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-10-02 14:36:27 +0200 |
commit | ec40d1db829b829a42e0d45af499b925b59fc983 (patch) | |
tree | db2158e1d332d2cd8d540e253b0a95400496a7f3 /meson.build | |
parent | e37ff661ac2239b5342a9d3598d570206db74de5 (diff) | |
download | Furtherance-ec40d1db829b829a42e0d45af499b925b59fc983.tar.zst |
Update to v1.6.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 2999252..91d5098 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.5.4', + version: '1.6.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |