Skip to content

Commit

Permalink
Export UnsafeUnescapedLeafTag (#198)
Browse files Browse the repository at this point in the history
* Export UnsafeUnescapedLeafTag

* Update manifest

* Update Package.swift
  • Loading branch information
0xTim authored Aug 9, 2021
1 parent 4f7490a commit c0359c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "Leaf", targets: ["Leaf"]),
],
dependencies: [
.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"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
],
targets: [
Expand Down
1 change: 1 addition & 0 deletions Sources/Leaf/Exports.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@_exported import protocol LeafKit.LeafTag
@_exported import protocol LeafKit.UnsafeUnescapedLeafTag
@_exported import struct LeafKit.LeafData
@_exported import struct LeafKit.LeafContext
@_exported import enum LeafKit.Syntax

0 comments on commit c0359c4

Please sign in to comment.