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 c8f8823 commit 53c619bCopy full SHA for 53c619b
Package.swift
@@ -19,9 +19,6 @@ let package = Package(
19
// Core services for creating database integrations.
20
.package(url: "https://github.com/vapor/database-kit.git", "1.0.0-beta.3"..<"1.0.0-beta.4"),
21
22
- // Non-blocking networking for Swift (HTTP and WebSockets).
23
- .package(url: "https://github.com/vapor/engine.git", "3.0.0-beta.2"..<"3.0.0-beta.3"),
24
-
25
// Service container and configuration system.
26
.package(url: "https://github.com/vapor/service.git", "1.0.0-beta.1"..<"1.0.0-beta.2"),
27
0 commit comments