diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-05-03 16:53:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 16:53:12 +0200 |
commit | 3ba95402fd6f5fbf567c28b91d48211301779010 (patch) | |
tree | b59dea81ffbbdbc1e32df37254b86927c8804368 | |
parent | Merge pull request #10144 from liamwhite/dont-turbo (diff) | |
parent | catch2: update to 3.3.1 (diff) | |
download | yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.tar yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.tar.gz yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.tar.bz2 yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.tar.lz yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.tar.xz yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.tar.zst yuzu-3ba95402fd6f5fbf567c28b91d48211301779010.zip |
Diffstat (limited to '')
-rw-r--r-- | vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 0352dab77..19f99e89e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -49,7 +49,7 @@ "overrides": [ { "name": "catch2", - "version": "3.0.1" + "version": "3.3.1" }, { "name": "fmt", |