Upgrade EmojiKit from 0.1.1 to 0.2.0 to add support for Unicode 16 emojis

This commit is contained in:
2025-03-12 19:27:30 +04:00
parent 0c28b4a1a6
commit 3f48903721
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/tyiu/EmojiKit", .upToNextMajor(from: "0.1.2")),
.package(url: "https://github.com/tyiu/EmojiKit", .upToNextMajor(from: "0.2.0")),
.package(url: "https://github.com/tyiu/swift-trie", .upToNextMajor(from: "0.1.2"))
],
targets: [