Skip to content

Commit 9192a9b

Browse files
authored
Merge pull request #99 from novi/update-manifesto
Upgrade cmysql Package.swift to Swift v4
2 parents 12d6370 + 86ac03f commit 9192a9b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "MySQL", targets: ["MySQL"])
88
],
99
dependencies: [
10-
.package(url: "https://github.com/vapor/cmysql.git", .upToNextMajor(from: "2.0.0")),
10+
.package(url: "https://github.com/novi/cmysql.git", from: "2.0.0"),
1111
],
1212
targets: [
1313
.target(
@@ -17,7 +17,6 @@ let package = Package(
1717
name: "MySQL",
1818
dependencies: [
1919
"SQLFormatter",
20-
//.product(name: "CMySQL")
2120
]
2221
),
2322
.testTarget(

0 commit comments

Comments
 (0)