Update EmojiKit dependency

This commit is contained in:
2024-06-13 00:21:29 -04:00
parent 2dafcc1287
commit 249f6c5bc4
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tyiu/EmojiKit",
"state" : {
"revision" : "719d405244ea9ef462867c16e3d3254b7386b71f"
"revision" : "719d405244ea9ef462867c16e3d3254b7386b71f",
"version" : "0.1.0"
}
},
{

View File

@@ -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: [