Skip to content

Commit 7cafe0c

Browse files
authored
fix: Use XMLCoder version 0.13.0 (#295)
1 parent 76326cc commit 7cafe0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
19-
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.12.0")
19+
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.13.0")
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)