diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-07-19 06:38:25 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-07-19 06:38:25 +0300 |
commit | ae709ef1d04e9a5dfc6755d65a633c7741a6e1f7 (patch) | |
tree | 4ab80b2bcfe79c16db2639d92a009ae8012fccd7 /meson.build | |
parent | 1e5d0e051969ae4d8547b72408d0b1fb9f1dc3dd (diff) | |
download | Furtherance-ae709ef1d04e9a5dfc6755d65a633c7741a6e1f7.tar.zst |
Update to 1.5.2
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 24d8a57..8c7e7f1 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.5.1', + version: '1.5.2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |