Skip to content

Commit b068f0c

Browse files
authored
Merge pull request #316 from kkebo/bump-swift-markdown-to-0.6.0
build: bump swift-markdown to 0.6.0
2 parents 185ebec + 0a20c10 commit b068f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ var dependencies: [Package.Dependency] {
201201
} else {
202202
return [
203203
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
204-
.package(url: "https://github.com/kkebo/swift-markdown.git", branch: "swift-markdown-wasm32-wasi-0.5"),
204+
.package(url: "https://github.com/kkebo/swift-markdown.git", branch: "swift-markdown-wasm32-wasi-0.6"),
205205
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "main"),
206206
]
207207
}

0 commit comments

Comments
 (0)