From 249f6c5bc4df1bd7909542c535c0f7a5eb3a0617 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:21:29 -0400 Subject: [PATCH] Update EmojiKit dependency --- Package.resolved | 3 ++- Package.swift | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Package.resolved b/Package.resolved index 2db2c8e..f76dd46 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,7 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tyiu/EmojiKit", "state" : { - "revision" : "719d405244ea9ef462867c16e3d3254b7386b71f" + "revision" : "719d405244ea9ef462867c16e3d3254b7386b71f", + "version" : "0.1.0" } }, { diff --git a/Package.swift b/Package.swift index 7d6c89a..695d2b5 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), // .package(url: "https://github.com/tyiu/EmojiKit", branch: "emoji-keywords") - .package(url: "https://github.com/tyiu/EmojiKit", revision: "719d405244ea9ef462867c16e3d3254b7386b71f"), + .package(url: "https://github.com/tyiu/EmojiKit", .upToNextMajor(from: "0.1.0")), .package(url: "https://github.com/tyiu/swift-trie", .upToNextMajor(from: "0.1.1")) ], targets: [