We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd86aa commit 6a68a0dCopy full SHA for 6a68a0d
Package.swift
@@ -26,7 +26,7 @@ let package = Package(
26
],
27
dependencies: [
28
.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"),
+ .package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.12.0"),
30
31
targets: [
32
.target(
README.md
@@ -45,7 +45,7 @@ To integrate the package:
45
46
```swift
47
48
- .package(url: "https://github.com/stairtree/Standards.git", .branch("main"))
+ .package(url: "https://github.com/stairtree/Standards.git", from: "1.0.1")
49
]
50
```
51
0 commit comments