Skip to content

Commit 714aa98

Browse files
committed
alpha 1
1 parent 5741049 commit 714aa98

File tree

3 files changed

+2
-585
lines changed

3 files changed

+2
-585
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "MySQLKit", targets: ["MySQLKit"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/vapor/mysql-nio.git", .branch("master")),
10+
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.0.0-alpha"),
1111
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.0.0-alpha"),
1212
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0-alpha"),
1313

0 commit comments

Comments
 (0)