From 4aae40bf6fff5286e0e1672329d17824ce16e081 Mon Sep 17 00:00:00 2001 From: Vera Mitchell Date: Tue, 18 Jun 2024 08:37:23 -0600 Subject: [PATCH] 0.4.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index fa4030e4..96a0f87d 100644 --- a/Package.swift +++ b/Package.swift @@ -49,7 +49,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.4.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"), ]