Skip to content

Commit 53c619b

Browse files
committed
remove engine dep
1 parent c8f8823 commit 53c619b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ let package = Package(
1919
// Core services for creating database integrations.
2020
.package(url: "https://github.com/vapor/database-kit.git", "1.0.0-beta.3"..<"1.0.0-beta.4"),
2121

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-
2522
// Service container and configuration system.
2623
.package(url: "https://github.com/vapor/service.git", "1.0.0-beta.1"..<"1.0.0-beta.2"),
2724

0 commit comments

Comments
 (0)