Skip to content

Commit c0359c4

Browse files
authored
Export UnsafeUnescapedLeafTag (#198)
* Export UnsafeUnescapedLeafTag * Update manifest * Update Package.swift
1 parent 4f7490a commit c0359c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "Leaf", targets: ["Leaf"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.0.0"),
13+
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.3.1"),
1414
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
1515
],
1616
targets: [

Sources/Leaf/Exports.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@_exported import protocol LeafKit.LeafTag
2+
@_exported import protocol LeafKit.UnsafeUnescapedLeafTag
23
@_exported import struct LeafKit.LeafData
34
@_exported import struct LeafKit.LeafContext
45
@_exported import enum LeafKit.Syntax

0 commit comments

Comments
 (0)