Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Sep 17, 2024
1 parent 907674c commit 8f79cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let package = Package(
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
// Building standalone, so fetch all dependencies remotely.
package.dependencies += [
.package(url: "https://github.com/apple/swift-cmark.git", branch: "gfm"),
.package(url: "https://github.com/apple/swift-cmark.git", from: "0.5.0"),
]

// SwiftPM command plugins are only supported by Swift version 5.6 and later.
Expand Down

0 comments on commit 8f79cb1

Please sign in to comment.