diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-05 11:57:51 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-05 11:57:51 +0200 |
commit | eafdc1974b957a9313992dd16be19867575f1c68 (patch) | |
tree | 7b7f73e6d6d1d87bb0a613b9c6ce70e1629bb942 /meson.build | |
parent | 4926168dcdd865c3fab3d2ade1958f0d36f145cf (diff) | |
download | Furtherance-eafdc1974b957a9313992dd16be19867575f1c68.tar.zst |
Update to v1.8.0
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 dcceaa0..aa8b327 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.7.0', + version: '1.8.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |