From dbe2a8b0cbfc914313be9b601c5c88bb9d429225 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Fri, 24 May 2024 09:39:04 -0400 Subject: [PATCH] Update to EbsdLib 1.0.29 Signed-off-by: Michael Jackson --- vcpkg-configuration.json | 4 ++-- vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 238f8b0720..d887bf581e 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -7,7 +7,7 @@ "registries": [ { "kind": "git", - "repository": "https://github.com/imikejackson/simplnx-registry", + "repository": "https://github.com/bluequartzsoftware/simplnx-registry", "packages": [ "blosc", "boost-mp11", @@ -32,7 +32,7 @@ "zlib", "zstd" ], - "baseline": "57c2026a1066543570e3a7cf0b85d716828861a4" + "baseline": "8d1ff160df9f35a1f6c3d2e4242ae38228602a7d" } ] } diff --git a/vcpkg.json b/vcpkg.json index c66b97973a..02f386a042 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -74,7 +74,7 @@ "dependencies": [ { "name": "ebsdlib", - "version>=": "1.0.27" + "version>=": "1.0.29" } ] },