Update ghc::filesystem to version 1.5.14

This commit is contained in:
Robbert van der Helm
2023-10-28 15:32:00 +02:00
parent f835bbb227
commit 093cf86fe0
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
[wrap-git]
url = https://github.com/gulrak/filesystem.git
# This is tag v1.5.12
revision = cd6805e94dd5d6346be1b75a54cdc27787319dd2
# This is tag v1.5.14
revision = 8a2edd6d92ed820521d42c94d179462bf06b5ed3
depth = 1
patch_directory = ghc_filesystem
@@ -1,3 +1,3 @@
project('ghc_filesystem', 'cpp', version : '1.5.2')
project('ghc_filesystem', 'cpp', version : '1.5.14')
ghc_filesystem_dep = declare_dependency(include_directories : include_directories('include'))