From d024c7e63417efd0ae86ca7c2fc2e9471237e112 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Sun, 4 Aug 2024 09:48:57 +0800 Subject: [PATCH] - Update dependencies --- vcpkg.json | 57 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 63bbc5c..28f42a6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,27 +1,34 @@ { - "name": "studio26f", - "version-string": "1.0.0", - "maintainers": [ - "Particle_G " - ], - "description": "The new centralized backend for the block stacking game ", - "homepage": "https://github.com/26F-Studio/Studio26F", - "documentation": "https://github.com/26F-Studio/Studio26F", - "license": "LGPL-3.0", - "dependencies": [ - "cryptopp", - { - "name": "drogon", - "default-features": false, - "features": [ - "ctl", - "orm", - "postgres", - "redis" - ] - }, - "mailio", - "magic-enum", - "range-v3" - ] + "name": "studio26f", + "version-string": "1.0.0", + "maintainers": [ + "Particle_G " + ], + "description": "The new centralized backend for the block stacking game ", + "homepage": "https://github.com/26F-Studio/Studio26F", + "documentation": "https://github.com/26F-Studio/Studio26F", + "license": "LGPL-3.0", + "builtin-baseline": "fe1cde61e971d53c9687cf9a46308f8f55da19fa", + "dependencies": [ + "cryptopp", + { + "name": "drogon", + "default-features": false, + "features": [ + "ctl", + "orm", + "postgres", + "redis" + ] + }, + "mailio", + "magic-enum", + "range-v3" + ], + "overrides": [ + { + "name": "mailio", + "version": "0.21.0#2" + } + ] } \ No newline at end of file