Skip to content

Commit

Permalink
build: use swift-markdown 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Jun 19, 2024
1 parent 4babead commit 7f9d3e4
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 @@ -162,7 +162,7 @@ var dependencies: [Package.Dependency] {
} else {
return [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
.package(url: "https://github.com/kkebo/swift-markdown.git", branch: "wasm32-wasip1-threads"),
.package(url: "https://github.com/kkebo/swift-markdown.git", branch: "swift-markdown-wasm32-wasip1-threads-0.4"),
.package(url: "https://github.com/apple/swift-syntax.git", branch: "main"),
]
}
Expand Down

0 comments on commit 7f9d3e4

Please sign in to comment.