We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d9510 commit a40c895Copy full SHA for a40c895
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
// Swift Promises, Futures, and Streams.
11
.package(url: "https://github.com/vapor/async.git", "1.0.0-beta.1"..<"1.0.0-beta.2"),
12
13
- // Core extensions, type-aliases, and functions that facilitate common tasks.
+ // Core extensions, type-aliases, and functions that facilitate common tasks.
14
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.2"..<"3.0.0-beta.3"),
15
],
16
targets: [
0 commit comments