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 a6ed332 commit 3778aa8Copy full SHA for 3778aa8
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
],
14
dependencies: [
15
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.5.0"),
16
- .package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "0.1.0"),
+ .package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "1.0.0-rc"),
17
.package(url: "https://github.com/vapor/postgres-nio", from: "1.25.0"),
18
19
targets: [
0 commit comments