Upgrade EmojiKit from 0.1.1 to 0.2.0 to add support for Unicode 16 emojis
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user