From 8f79cb175981458a0a27e76cb42fee8e17b1a993 Mon Sep 17 00:00:00 2001 From: Vera Mitchell Date: Tue, 17 Sep 2024 09:18:32 -0600 Subject: [PATCH] 0.5.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 1c71e07e..93818c79 100644 --- a/Package.swift +++ b/Package.swift @@ -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.