aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-22 15:25:29 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-27 12:12:35 -0400
commitfd3cdddf8ca1b2c46ef5b9da337efec7b1646635 (patch)
tree0e39d82792aadaae42a006d107e89ab7d57d8ad6 /meson.build
parentspine, harvests require doc abstraction be run (diff)
org .envrc-local_ (sample for nix-shell)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1c4b214..8f1c5d4 100644
--- a/meson.build
+++ b/meson.build
@@ -51,7 +51,7 @@ source_root = meson.source_root()
src_dir = include_directories('src/')
# Dependencies
dep_tinyendian = dependency('tinyendian', version: '>= 0.2.0', fallback: ['tinyendian', 'tinyendian_dep'], method: 'dub')
-dep_dyaml = dependency('dyaml', version: '>= 0.8.0', fallback: ['dyaml', 'dyaml_dep'], method: 'dub')
+dep_dyaml = dependency('dyaml', version: '>= 0.8.3', fallback: ['dyaml', 'dyaml_dep'], method: 'dub')
dep_d2sqlite3 = dependency('d2sqlite3', version: '>= 0.19.1', fallback: ['d2sqlite3', 'd2sqlite3_dep'], method: 'dub')
dep_imageformats = dependency('imageformats', version: '>= 7.0.2', fallback: ['imageformats', 'imageformats_dep'], method: 'dub')
# Executable