Skip to content

Commit 6a68a0d

Browse files
committed
Update XMLCoder to 0.12.0 for Windows compatibility
1 parent acd86aa commit 6a68a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
],
2727
dependencies: [
2828
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.0.0"),
29-
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.11.1"),
29+
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.12.0"),
3030
],
3131
targets: [
3232
.target(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To integrate the package:
4545

4646
```swift
4747
dependencies: [
48-
.package(url: "https://github.com/stairtree/Standards.git", .branch("main"))
48+
.package(url: "https://github.com/stairtree/Standards.git", from: "1.0.1")
4949
]
5050
```
5151

0 commit comments

Comments
 (0)