From 79f84c56846f42567cfef96eab37656083a62c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Mon, 4 Nov 2024 22:56:41 -0700 Subject: [PATCH] windows: resolve a missing symbol error with unicode support. * due to the missing 'icudt76_dat' symbol/file which is currently not an issue for pegtl at the time of writing. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: furby™ --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index a824b0be1..58bf01627 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "08d7a7d759b2c0259271dfc03abc5019c94378061f3115ce31cd0ed11efa1548", + "originHash" : "8e75c74fd8727ced26846f65be09f3de4e97a586f165f75940d1d7ddf9c58a52", "pins" : [ { "identity" : "galah", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wabiverse/icu.git", "state" : { - "revision" : "c9dae8d2f068f10d5c7ec858c5ce5292d7081bf7", - "version" : "76.1.1" + "revision" : "07ddbe4cab45175e70b22ed05240bac5ec7e0421", + "version" : "76.1.2" } }, { diff --git a/Package.swift b/Package.swift index 1aab500af..bff780f03 100644 --- a/Package.swift +++ b/Package.swift @@ -287,7 +287,7 @@ let package = Package( dependencies: [ // prepare for SwiftCrossUI, for a cross-platform UsdView. // .package(url: "https://github.com/stackotter/swift-cross-ui", revision: "5c5d8c8"), - .package(url: "https://github.com/wabiverse/icu.git", from: "76.1.1"), + .package(url: "https://github.com/wabiverse/icu.git", from: "76.1.2"), .package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.8.5"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"), .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),