Skip to content

Commit c4e826f

Browse files
committed
Upgrade to swift-cmark 2.1.0
1 parent 5d716a7 commit c4e826f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["Parsley"]),
1414
],
1515
dependencies: [
16-
.package(name:"cmark", url: "https://github.com/brokenhandsio/cmark-gfm.git", from: "2.0.0"),
16+
.package(name:"cmark", url: "https://github.com/brokenhandsio/cmark-gfm.git", from: "2.1.0"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)