diff options
Diffstat (limited to 'subprojects/fmt/meson.build')
-rw-r--r-- | subprojects/fmt/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/fmt/meson.build b/subprojects/fmt/meson.build index 4f0f3ca..60ccda6 100644 --- a/subprojects/fmt/meson.build +++ b/subprojects/fmt/meson.build @@ -2,8 +2,8 @@ # SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later project('fmt', ['cpp'], - version: '7.1.3', - license: 'ISC', + version: '9.0.0', + license: 'MIT', meson_version: '>= 0.56.0', default_options: [ 'b_ndebug=if-release', |