Skip to content

Commit 68b2fed

Browse files
0.2.0
1 parent 87ae1a8 commit 68b2fed

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
@@ -51,7 +51,7 @@ let package = Package(
5151
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5252
// Building standalone, so fetch all dependencies remotely.
5353
package.dependencies += [
54-
.package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")),
54+
.package(url: "https://github.com/apple/swift-cmark.git", .upToNextMinor(from: "0.2.0")),
5555
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
5656
]
5757
} else {

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ let package = Package(
5151
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5252
// Building standalone, so fetch all dependencies remotely.
5353
package.dependencies += [
54-
.package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")),
54+
.package(url: "https://github.com/apple/swift-cmark.git", .upToNextMinor(from: "0.2.0")),
5555
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
5656
]
5757

0 commit comments

Comments
 (0)