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 d91b618 commit 4aae40bCopy full SHA for 4aae40b
Package.swift
@@ -49,7 +49,7 @@ let package = Package(
49
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
50
// Building standalone, so fetch all dependencies remotely.
51
package.dependencies += [
52
- .package(url: "https://github.com/apple/swift-cmark.git", branch: "gfm"),
+ .package(url: "https://github.com/apple/swift-cmark.git", from: "0.4.0"),
53
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
54
]
55
0 commit comments