From 4391e9230adb902957cffd48eccbd55be6676550 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 13 Jun 2024 23:22:39 -0700 Subject: [PATCH] [vcpkg-ci-openimageio] Add missing commas --- scripts/test_ports/vcpkg-ci-openimageio/vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test_ports/vcpkg-ci-openimageio/vcpkg.json b/scripts/test_ports/vcpkg-ci-openimageio/vcpkg.json index 36a5e7788847ec..c048551e4ccfe9 100644 --- a/scripts/test_ports/vcpkg-ci-openimageio/vcpkg.json +++ b/scripts/test_ports/vcpkg-ci-openimageio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "vcpkg-ci-openimageio", - "version": "1", + "version": "2", "description": "OpenImageIO features testing within CI.", "license": "MIT", "dependencies": [ @@ -16,7 +16,7 @@ { "name": "pybind11", "platform": "!(windows & static)" - } + }, "tools", "webp" ]