Skip to content

Commit

Permalink
Update for UnsafeUnescapedLeafTag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Aug 8, 2021
1 parent a73d065 commit ecec9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(name: "SwiftMarkdown", url: "https://github.com/vapor-community/markdown.git", from: "0.6.1"),
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.3.1"),
],
targets: [
.target(name: "LeafMarkdown", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/LeafMarkdown/Tag.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import LeafKit
import SwiftMarkdown

public struct Markdown: LeafTag {
public struct Markdown: UnsafeUnescapedLeafTag {
public enum Error: Swift.Error {
case invalidArgument(LeafData?)
}
Expand Down

0 comments on commit ecec9a9

Please sign in to comment.