diff options
author | Ricky Kresslein <ricky@unobserved.io> | 2023-10-15 11:36:27 +0200 |
---|---|---|
committer | Ricky Kresslein <ricky@unobserved.io> | 2023-10-15 11:36:27 +0200 |
commit | 635cd29ce020eaa0ac34f61fd1d7dc8b2b7cc587 (patch) | |
tree | f62f4e68abc7d429418b49ceae6cb557a7487a0e /meson.build | |
parent | 96bc6e253abc8b646cffd40064837b42fd91b443 (diff) | |
download | Furtherance-635cd29ce020eaa0ac34f61fd1d7dc8b2b7cc587.tar.zst |
Update to version 1.8.2
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 13a3648..04c3680 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.8.1', + version: '1.8.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], |