Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Jun 18, 2024
1 parent d91b618 commit 4aae40b
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 @@ -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"),
]

Expand Down

0 comments on commit 4aae40b

Please sign in to comment.