diff --git a/README.md b/README.md index a74501c..fc0d35b 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,3 @@ service, run them inside `build` directory with: ## Development guidelines - Format code with `scripts/clang-format.sh` before committing -- See [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) diff --git a/vcpkg.json b/vcpkg.json index 850584b..ef96211 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,14 +1,14 @@ { "name": "web-eid-app", "dependencies": ["openssl", "gtest"], - "builtin-baseline": "f77737496dabd44c63ecc599dc0f4d6cff30d0d5", + "builtin-baseline": "7849750896c86bd7a4a02ed760812dba321a4a9b", "vcpkg-configuration": { "registries": [ { "kind": "git", "repository": "https://github.com/open-eid/vcpkg-ports", "reference": "vcpkg-registry", - "baseline": "e841c32c534b9db3130a824992f4bacd79fae1bc", + "baseline": "230d98d5832f3bacd75e5af79adf34587d02846b", "packages": ["openssl"] } ]