We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a633a1 commit a295524Copy full SHA for a295524
Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
.library(name: "Leaf", targets: ["Leaf"]),
8
],
9
dependencies: [
10
- .package(url: "https://github.com/vapor/leaf-kit.git", .branch("master")),
+ .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.0.0-alpha"),
11
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.2"),
12
13
targets: [
0 commit comments